This class encapsulates a HTTP request received and a response to be generated in one exchange.
It provides methods for examining the request from the client, and for building and sending the response.
Defined in: HttpExchange.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
Gets the context.
|
|
|
Gets the request header.
|
|
|
Gets the request method.
|
|
|
Gets the request URI.
|
|
|
Gets the response code.
|
|
|
Gets the response header.
|
|
|
Sets the request body selection handler.
|
|
|
Sets the response body selection handler.
|