Skip to main content

Module rfc8615

Module rfc8615 

Source
Expand description

Well-Known URIs (RFC 8615).

Reserves the /.well-known/ path prefix on HTTP/HTTPS origins for service-metadata endpoints; clients GET /.well-known/{service} and typically follow a 3xx redirect to the actual service URL.

Common service names used by Pimalaya:

Service nameProtocolRFC
caldavCalDAVRFC 6764
carddavCardDAVRFC 6764
oauth-authorization-serverOAuth 2.0RFC 8414

Modulesยง

well_known
I/O-free coroutine for .well-known URI discovery (RFC 8615). Wraps Http11Send and surfaces the resolved redirect URL as part of the terminal output.