pigeon.conf.middleware

Constants and configurations for the pigeon middleware used when processing requests.

Module Contents

class pigeon.conf.middleware.Owl

Bases: ComponentProcessor

Processes requests using the HTTP/1.1 protocol

preprocessing_components
processing_components
postprocessing_components
class pigeon.conf.middleware.Raven

Bases: ComponentProcessor

Processes requests using the HTTP/2.0 protocol

pigeon.conf.middleware.HTTP_VERSIONS = ['1.1']
pigeon.conf.middleware.PROCESSORS