HTTP
HTTP server and client utilities for building web applications with Buntal.
Overview
The HTTP module provides the core HTTP functionality for Buntal applications, including server creation, request handling, and HTTP utilities. It offers a simple yet powerful API for building web servers and handling HTTP requests and responses.
Components
Server
- Http - Main HTTP server class for creating web applications
 
Handlers
- h - Higher-order function for composing AtomicHandler functions
 - AtomicHandler - Type definition for request handler functions
 
Utilities
Last modified: 2025-06-10