[][src]Crate http_str

This crate provides self-referential str's structs to efficiently represent the bytes in a request or a response as strings that refers to themselfs: method,uri,query,version,etc.This crate is intented for do the hard work of separate that key parts from an array of bytes created by a TcpStream as Read::read() and create what you write to TcpStream as Write::write().

Structs

Request
Response