Jivago
stable

Documentation

  • Installation
  • Quickstart
  • Deploying Jivago Applications
  • Dependency Injection
  • Reflection
  • Runnable Components
  • Serialization
  • The HTTP Resource Class
  • Application Configuration
  • Router Configuration
  • Error handling with exception mappers
  • Global Event Bus
  • Functional-style operations using Streams
Jivago
  • jivago.wsgi.routing.cors package
  • Edit on GitHub

jivago.wsgi.routing.cors package

Submodules

  • jivago.wsgi.routing.cors.cors_handler module
    • CorsHandler
      • CorsHandler.create_cors_preflight_handler()
      • CorsHandler.inject_cors_headers()
  • jivago.wsgi.routing.cors.cors_headers_injection_filter module
    • CorsHeadersInjectionFilter
      • CorsHeadersInjectionFilter.doFilter()
  • jivago.wsgi.routing.cors.cors_preflight_request_handler module
    • CorsPreflightRequestHandler
      • CorsPreflightRequestHandler.invoke()
      • CorsPreflightRequestHandler.should_allow()
  • jivago.wsgi.routing.cors.no_matching_cors_rule_exception module
    • NoMatchingCorsRuleException
  • jivago.wsgi.routing.cors.no_matching_cors_rule_exception_mapper module
    • NoMatchingCorsRuleExceptionMapper
      • NoMatchingCorsRuleExceptionMapper.create_response()
      • NoMatchingCorsRuleExceptionMapper.handles()

Module contents


© Copyright 2018, Kento A. Lauzon. Revision 188143e5.

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