Crate tk_http [] [src]

This crate contains implementation of HTTP/1.0 and HTTP/1.1 with websockets support. (HTTP/2 support is planned)

See examples for usage examples.

For client implementation it's recommended to use the library together with tk-pool.

Modules

client

The HTTP/1.x client protocol implementation

server

HTTP server protocol implementation

websocket

Websocket support stuff

Enums

Status

Enum with some HTTP Status codes.

Version

Enum reprsenting HTTP version.