Crate kl_http [] [src]

Structs

MyHttp

Represents a HTTP request.

Traits

HttpSerialise

A trait that can serialise into a HTTP request or response ready for transfer.

Functions

parse_into_request

Takes a readable item and returns a 'http::Request'.

parse_into_response

Takes a readable item and returns a 'http::Response'.