CrowdHailer / raxx

Interface for HTTP webservers, frameworks and clients
https://hexdocs.pm/raxx
Apache License 2.0
402 stars 29 forks source link

Retire http_status #56

Closed CrowdHailer closed 6 years ago

CrowdHailer commented 6 years ago

This is a refactoring issue.

The functionality in http_status should be contained with in the core raxx project. there is no need to have it separate. Also a reason phrase is not part of the HTTP/2 specification.

The function for generating a response start line should also not add a newline character.

The http_status package should be retired on hex.

CrowdHailer commented 6 years ago

Part of 0.14.1