This class represents the context of an HTTP root URI path in a HttpServer.
It defines the HTTP exchange handler(function) that is called once the request header has been proceed.
Defined in: HttpContext.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
getAttribute(key)
Gets an attribute for this context.
|
|
|
setAttribute(key, value)
Sets an attribute for this context.
|