BalderHub HTTP
  • Installation
  • Introduction into HTTP
  • Scenarios
  • Features
  • Examples
  • Contribution To Other BalderHub
    • Contrib for balderhub-auth
  • Utilities
BalderHub HTTP
  • Contribution To Other BalderHub
  • View page source

Contribution To Other BalderHub

This package provides contribution code to some other BalderHub projects. Find more about it, within this module.

If you want to install this package with support for all CONTRIB packages, you can install it with

>>> pip install balderhub-http[all]

Contributions

  • Contrib for balderhub-auth
    • Authentication / Permission Tests
      • Defining Resources that Exist
      • Defining Resources that need Authentication
      • Defining Permissions for Different User-Groups
      • Simple To Use Setup for Normal Permission Tests
      • Testing Object Permissions
    • Contrib auth API
      • Auth Setup Features
        • OperationHandlingOverWebsessionFeature
          • OperationHandlingOverWebsessionFeature.enter_operation()
          • OperationHandlingOverWebsessionFeature.leave_operation()
          • OperationHandlingOverWebsessionFeature.unauth_redirect_schema
          • OperationHandlingOverWebsessionFeature.websession
        • SimpleHttpExistForConfig
          • SimpleHttpExistForConfig.get_resource_rules_that_exist()
          • SimpleHttpExistForConfig.get_resource_rules_that_not_exist()
      • Auth Utilities
        • HttpAction
          • HttpAction.http_method
        • HttpOperation
          • HttpOperation.action
          • HttpOperation.resource
        • HttpResource
          • HttpResource.NotAllowedMethodError
          • HttpResource.url
        • UnresolvedHttpResource
          • UnresolvedHttpResource.NotAllowedMethodError
          • UnresolvedHttpResource.url_schema
        • UnresolvedDataItemHttpResource
          • UnresolvedDataItemHttpResource.get_resolved_resource()
        • get_reverse_rule_cb_for()
Previous Next

© Copyright 2026, Max Stahlschmidt.

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