HX

Contents:

  • Installation
    • Requirements
    • Installing HX
    • Verifying Installation
  • Quick Start
    • Basic Concepts
    • Your First HX Application
    • Request Data Extraction
      • Query Parameters
      • Form Data
      • JSON Body
      • Path Parameters
      • Headers
    • Response Formats
      • JSON Response
      • String Response
      • XML Response
    • Error Handling
    • Next Steps
  • API Reference
    • Core Types
      • Router
      • HandlerFunc
      • TypedHandlerFunc
    • Handler Creation Functions
      • Generic / G
      • Render / R
      • E
    • Request Extraction
      • FromPath
      • FromQuery
      • FromHeader
      • FromForm
      • FromCookie
      • ValueNamer Interface
    • Response Types
      • ResponseRender Interface
      • JSONResponse
      • StringResponse
      • XMLResponse
    • Middleware
      • Middleware Type
      • Chain
    • Router Options
      • WithErrorHandler
      • WithMiddleware
    • Binding
      • ShouldBind
      • Binder Interface
    • Error Handling
      • ErrorHandler
    • Utilities
      • Warp
  • Examples
    • REST API Example
    • File Upload Example
    • Middleware Example
    • Custom Error Handling
    • JWT Authentication Example
  • Advanced Features
    • Custom Request Extractors
    • Custom Response Types
    • Advanced Middleware Patterns
      • Rate Limiting Middleware
      • Circuit Breaker Middleware
    • Request Context Enhancement
    • Request Validation
    • Database Integration
HX
  • Search


© Copyright 2025, eatmoreapple.

Built with Sphinx using a theme provided by Read the Docs.