| Interface | Description |
|---|---|
| HttpServer |
Http server service, you can inject this interface to control HTTP server.
|
| HttpServerContext |
Represents a context used in a HTTP request by the server handlers.
|
| HttpServerHandler |
Represents a handler of HTTP request, this interface must be implemented by
components that will be call in chain to handle the request.
|
| HttpServerRequest |
Represents an HTTP request being made to the server.
|
| HttpServerResponse |
Represents the response made by the server to the client in the HTTP request.
|
Copyright © 2015–2016 Bridje Framework. All rights reserved.