Trees | Indices | Help |
---|
|
This module adds the http support to the python vert.x platform
Author: Scott Horn
|
|||
HttpServer An HTTP and websockets server |
|||
HttpClient An HTTP client. |
|||
HttpClientRequest Instances of this class are created by an HttpClient instance, via one of the methods corresponding to the specific HTTP methods, or the generic HttpClient request method. |
|||
HttpClientResponse Encapsulates a client-side HTTP response. |
|||
HttpServerRequest Encapsulates a server-side HTTP request. |
|||
HttpServerResponse Encapsulates a server-side HTTP response. |
|||
WebSocket Encapsulates an HTML 5 Websocket. |
|||
ServerWebSocket Instances of this class are created when a WebSocket is accepted on the server. |
|||
HttpServerRequestHandler A handler for Http Server Requests |
|||
HttpClientResponseHandler A handler for Http Client Responses |
|||
ServerWebSocketHandler A handler for WebSocket Server Requests |
|||
WebSocketHandler A handler for WebSocket Requests |
|||
RouteMatcher This class allows you to do route requests based on the HTTP verb and the request URI, in a manner similar to <a href="http://www.sinatrarb.com/">Sinatra</a> or <a href="http://expressjs.com/">Express</a>. |
|
|||
__email__ = "scott@hornmicro.com"
|
|||
__credits__ = "Based entirely on work by Tim Fox http://tfox.org"
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Jan 13 17:19:25 2013 | http://epydoc.sourceforge.net |