Module http_map

Module http_map 

Source
Expand description

Lightweight mapping from system error code (SysErrorCode) to HTTP status. This module is framework-agnostic and does not depend on any HTTP stack.

Functionsยง

http_status_for_reason
Convenience: map a reason to HTTP status.
http_status_for_sys
Map a system error code (u16) to an HTTP status code (u16). Suggested contract: