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 name | Protocol | RFC |
|---|---|---|
caldav | CalDAV | RFC 6764 |
carddav | CardDAV | RFC 6764 |
oauth-authorization-server | OAuth 2.0 | RFC 8414 |
Modulesยง
- well_
known - I/O-free coroutine for
.well-knownURI discovery (RFC 8615). WrapsHttp11Sendand surfaces the resolved redirect URL as part of the terminal output.