Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

webserver

API-Documentation: module webserver

Constructors

exception middleware, catching any error happening
while processing the request
basically a function that takes an HTTP request and returns a response.
 ref
:
Function Http_Handler, Http_Handler
 is
[Contains abstract features]
higher order function that maps a Http_Handler to a Http_Handler
(port u16, family net.family.val, log Unary unit String, middlewares Sequence Middleware, hdlr Http_Handler)
 ref
:
Any
 is
defines a basic webserver

Functions

create a new webserver
0.095dev (GIT hash 24f243f66c4524d1213ce09701f02534d7405377)
last changed: 2026-04-02