Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 526 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 526 Bytes

Unreleased

Added

  • Implemented Eq for common::headers::Encoding, common::headers::MediaType, common::headers::Headers, common::HttpHeaderError, common::Body, common::Version, common::RequestError, request::Uri, request::RequestLine, response::StatusCode, response::ResponseHeaders

Changed

  • Mark HttpServer::new_from_fd as unsafe as the correctness of the unsafe code in this method relies on an invariant the caller has to uphold

v0.1.0

  • micro-http v0.1.0 first release.