lightbug_http icon indicating copy to clipboard operation
lightbug_http copied to clipboard

Simple and fast HTTP framework for Mojo! 🔥

Results 135 lightbug_http issues
Sort by recently updated
recently updated
newest added

**RFC 9112 Requirement** Section: 9.8-4 Keyword: SHOULD When encountering an incomplete close, a client SHOULD treat as completed all requests for which it has received either¶ Reference: https://www.rfc-editor.org/rfc/rfc9112.html#section-9.8-4

HTTP/1.1
RFC9112
SHOULD

**RFC 9112 Requirement** Section: 9.7-2 Keyword: MUST The HTTP client also acts as the TLS client. It initiates a connection to the server on the appropriate port and sends the...

HTTP/1.1
RFC9112
MUST

**RFC 9112 Requirement** Section: 9.6-8 Keyword: SHOULD NOT A client that receives a "close" connection option SHOULD NOT cease sending requests on that connection and close the connection after reading...

HTTP/1.1
RFC9112
SHOULD NOT

**RFC 9112 Requirement** Section: 9.6-8 Keyword: MUST A client that receives a "close" connection option MUST cease sending requests on that connection and close the connection after reading the response...

HTTP/1.1
RFC9112
MUST

**RFC 9112 Requirement** Section: 9.6-7 Keyword: MUST NOT A server that sends a "close" connection option MUST NOT initiate closure of the connection (see below) after it sends the response...

HTTP/1.1
RFC9112
MUST NOT

**RFC 9112 Requirement** Section: 9.6-7 Keyword: MUST A server that sends a "close" connection option MUST initiate closure of the connection (see below) after it sends the response containing the...

HTTP/1.1
RFC9112
MUST

**RFC 9112 Requirement** Section: 9.6-6 Keyword: MUST NOT A server that receives a "close" connection option MUST NOT initiate closure of the connection (see below) after it sends the final...

HTTP/1.1
RFC9112
MUST NOT

**RFC 9112 Requirement** Section: 9.6-6 Keyword: SHOULD A server that receives a "close" connection option SHOULD initiate closure of the connection (see below) after it sends the final response to...

HTTP/1.1
RFC9112
SHOULD

**RFC 9112 Requirement** Section: 9.6-6 Keyword: MUST A server that receives a "close" connection option MUST initiate closure of the connection (see below) after it sends the final response to...

HTTP/1.1
RFC9112
MUST

**RFC 9112 Requirement** Section: 9.6-5 Keyword: MUST A client that sends a "close" connection option MUST send further requests on that connection (after the one containing the "close") and MUST...

HTTP/1.1
RFC9112
MUST