genro-asgi

Architecture

  • genro-asgi Architecture Overview
  • AsgiServer
  • Request System
  • Response System
  • Executors
  • Lifespan
  • WSX Protocol
  • Streaming & Protections
  • Routing
  • 09 - Authentication & Context System

API Reference

  • API Reference
    • Server
    • Dispatcher
    • Context
    • Request
    • Response
    • Applications
    • Routers
    • Middleware
    • Executors
    • Lifespan
    • Storage
    • Exceptions
    • WebSocket
    • WSX Protocol
    • Types
genro-asgi
  • API Reference
  • View page source

API Reference

Complete API reference for genro-asgi modules.

  • Server
    • AsgiServer
    • ServerConfig
  • Dispatcher
    • Dispatcher
  • Context
    • AsgiContext
  • Request
    • BaseRequest
    • HttpRequest
    • MsgRequest
    • RequestRegistry
    • get_current_request()
    • set_current_request()
  • Response
    • Main Pattern
    • TYTX Support
    • Classes
    • Response Methods
    • Helper Functions
    • Response
    • make_cookie()
  • Applications
    • AsgiApplication
    • McpApplication
  • Routers
    • StaticRouter
  • Middleware
    • BaseMiddleware
    • auth
    • cache
    • compression
    • cors
    • errors
    • headers_dict()
    • logging
    • middleware_chain()
    • Authentication
    • Cache
    • CORS Middleware
    • Error Handling
    • Compression
    • Logging
  • Executors
    • Base Executor
    • Local Executor
    • Executor Registry
  • Lifespan
    • Purpose
    • Design Notes
    • Lifespan
    • ServerLifespan
  • Storage
    • LocalStorage
    • LocalStorageNode
    • StorageNode
  • Exceptions
    • Module Structure
    • Design Decisions
    • HTTPException
    • WebSocketException
    • WebSocketDisconnect
    • HTTPBadRequest
    • HTTPException
    • HTTPForbidden
    • HTTPNotFound
    • HTTPServiceUnavailable
    • HTTPUnauthorized
    • Redirect
    • WebSocketDisconnect
    • WebSocketException
  • WebSocket
    • Purpose
    • Connection States
    • Imports Required
    • Classes
    • Properties
    • Methods
    • Exception Classes
    • Module Constants
    • Public Exports
    • Examples
    • Design Decisions
    • What This Module Does NOT Include
    • References
    • WebSocket
    • WebSocketState
  • WSX Protocol
    • Protocol
  • Types
    • Purpose
    • Imports Required
    • Type Definitions
    • Public Exports
    • Examples
    • Design Decisions
    • What This Module Does NOT Include
    • References
Previous Next

© Copyright 2025-2026, Softwell S.r.l..

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