Skip to content

Add HTTP 103 Early Hints support #4860

Closed
@otbutz

Description

@otbutz

RFC 8297 is only a draft, but is now supported by Chrome 103:

https://caniuse.com/mdn-http_status_103

and Mozilla also intends to support it:

https://bugzilla.mozilla.org/show_bug.cgi?id=1407355

Apache already implements it: https://httpd.apache.org/docs/2.4/howto/http2.html#earlyhints

It would be nice if caddy would add (experimental) support for it. Following the RFC recommendations, this should only be added for HTTP/2 and HTTP/3:

Therefore, a server might refrain from sending 103 (Early Hints) responses over HTTP/1.1 unless the client is known to handle informational responses correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions