Servo.HttpServer (Tom Servo v0.1.0) View Source
Link to this section Summary
Functions
Accepts client connections on the listen_socket.
Returns a generic HTTP response. For testing only
Receives a request on the client_socket.
Receives the request on the client_socket and sends a response back over the same socket.
Starts the server on the given port of localhost. (Ports 0-1023 are reserved for OS)
Sends response over the client_socket.
Link to this section Functions
Accepts client connections on the listen_socket.
Returns a generic HTTP response. For testing only
Receives a request on the client_socket.
Receives the request on the client_socket and sends a response back over the same socket.
Starts the server on the given port of localhost. (Ports 0-1023 are reserved for OS)
Sends response over the client_socket.