| Interface | Description |
|---|---|
| HttpBridlet |
Represents a handler of HTTP request, this interface must be implemented by
components that will be call in chain to handle the request.
|
| HttpBridletContext |
Represents a context used in a HTTP request by the server handlers.
|
| HttpBridletRequest |
Represents an HTTP request being made to the server.
|
| HttpBridletResponse |
Represents the response made by the server to the client in the HTTP request.
|
| HttpCookie |
An interface defining an
HTTP cookie.
|
| HttpReqParam |
Represents an HTTP POST or GET parameter sent to the server.
|
| HttpServer |
Http server service, you can inject this interface to control HTTP server.
|
| UploadedFile |
Represents a file uploaded during a HTTP request.
|
| WsChannel |
The interface to communicate with the remote web socket endpoint.
|
| WsServerHandler |
Represents a handler for web sockets request, this interface must be
implemented by components that will be responsible to handle the messages
send to the given path by different clients.
|
| Exception | Description |
|---|---|
| HttpException |
Exception to be use by the HTTP server to return an status code and message
to the client.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.