Module response

Source
Expand description

§HTTP Response Building

This module provides the Response struct for building HTTP responses with a fluent, chainable API. It supports setting status codes, headers, and body content with convenient methods for common response types.

Structs§

Response
HTTP response builder with a fluent API for creating responses.