2023-01-02 03:43:15 +00:00
|
|
|
---
|
|
|
|
layout: page
|
|
|
|
title: Web Handlers
|
|
|
|
---
|
|
|
|
Web handlers provide a way to easily add additional _routes_ to your [Web Server](./web-server.md).
|
|
|
|
|
|
|
|
# Built in Web Handler Modules
|
|
|
|
* [WebFinger](./webfinger-handler.md): Provides basic [WebFinger](https://webfinger.net/) ([RFC7033](https://www.rfc-editor.org/rfc/rfc7033)) support.
|
|
|
|
|
2023-01-07 16:50:16 +00:00
|
|
|
## Building Your Own
|
|
|
|
Adding a Web Handler
|
|
|
|
|
|
|
|
TODO
|