circuits.web.http – HTTP Protocol

Hyper Text Transfer Protocol

This module implements the Hyper Text Transfer Protocol or commonly known as HTTP.

Events

none

Components

class circuits.web.http.HTTP(encoding='utf-8', channel='web')

Bases: circuits.core.components.BaseComponent

HTTP Protocol Component

Implements the HTTP server protocol and parses and processes incoming HTTP messages creating and sending an appropriate response.

Functions

none