507 B
507 B
layout | title |
---|---|
page | Web Handlers |
Web handlers provide a way to easily add additional routes to your Web Server.
Built in Web Handler Modules
- WebFinger: Provides basic WebFinger (RFC7033) support.
- System General: Serves user avatars.
- NodeInfo2: Handles NodeInfo2 requests.
- ActivityPub:
Building Your Own
Adding a Web Handler
TODO