| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Method and Description |
|---|---|
static Request.Header |
Request.Header.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Request.Header[] |
Request.Header.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ServletRequest.getRequestHeader(Request.Header header) |
protected abstract String |
AbstractRequest.getRequestHeader(Request.Header header) |
Copyright © 2020. All rights reserved.