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

webserver

API-Documentation: module webserver

universe is the mother and father of all features. As such it is the outermost feature.

Universe can not be called but you can use it in a call as part of a full qualifier, e.g.:

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 d13ed14e22bb968d1fac563ea70eb9cf33c53681)
last changed: 2025-12-17