Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Microdot
Microdot
  • Installation
  • User’s Guide
    • Introduction
    • Defining Routes
    • The Request Object
    • Responses
    • Concurrency
  • Core Extensions
    • Multipart Forms
    • WebSocket
    • Server-Sent Events
    • Templates
    • Secure User Sessions
    • Authentication
    • User Logins
    • Cross-Origin Resource Sharing (CORS)
    • Cross-Site Request Forgery (CSRF) Protection
    • Test Client
    • Production Deployments
  • Implementation notes
    • Migrating to Microdot 2.x from Older Releases
    • Cross-Compiling and Freezing Microdot
  • API Reference
    • Core API
    • Multipart Forms
    • WebSocket
    • Server-Sent Events (SSE)
    • Templates (uTemplate)
    • Templates (Jinja)
    • User Sessions
    • Authentication
    • User Logins
    • Cross-Origin Resource Sharing (CORS)
    • Cross-Site Request Forgery (CSRF) Protection
    • Test Client
    • ASGI
    • WSGI
Back to top
View this page

Core Extensions¶

Microdot is a highly extensible web application framework. The extensions described in this section are maintained as part of the Microdot project in the same source code repository.

  • Multipart Forms
  • WebSocket
  • Server-Sent Events
  • Templates
  • Secure User Sessions
  • Authentication
  • User Logins
  • Cross-Origin Resource Sharing (CORS)
  • Cross-Site Request Forgery (CSRF) Protection
  • Test Client
  • Production Deployments
Next
Multipart Forms
Previous
Concurrency
Copyright © 2021, Miguel Grinberg
Made with Sphinx and @pradyunsg's Furo