Extends
jls.net.http.HttpHeader.
This class represents an HTTP request header.
Defined in: HttpRequestHeader.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.net.http.HttpRequestHeader(method, uri, version, fields, fields)
Creates an HTTP request header.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns the method.
|
|
|
getUri()
Returns the URI.
|
|
|
Returns the version.
|
|
|
setMethod(version)
Sets the method.
|
|
|
setUri(version)
Sets the URI.
|
|
|
setVersion(version)
Sets the version.
|