raxx v0.8.1 HTTP.StatusLine

Working with HTTP response codes

Defined status-lines are from https://tools.ietf.org/html/rfc7231#section-6.1

Summary

Functions

Expand a status code into the correct status line

List of all statuses as tuples of {code, reason}

Functions

status_line(int)

Expand a status code into the correct status line

Variable naming from https://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html

statuses()

List of all statuses as tuples of {code, reason}