Package core :: Module http
[hide private]
[frames] | no frames]

Module http

source code

This module adds the http support to the python vert.x platform


Author: Scott Horn

Classes [hide private]
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>.
Variables [hide private]
  __email__ = "scott@hornmicro.com"
  __credits__ = "Based entirely on work by Tim Fox http://tfox.org"