class documentation

class _RequestHeaderSetterAgent: (source)

Implements interfaces: twisted.web.iweb.IAgent

View In Hierarchy

Wrap an agent to set request headers :ivar _agent: The wrapped agent. :ivar _request_headers: Headers to set on each request before forwarding it to the wrapped agent.

Method __init__ Undocumented
Method request Undocumented
Instance Variable _agent Undocumented
Instance Variable _headers Undocumented
def __init__(self, agent, headers): (source)

Undocumented

def request(self, method, uri, headers=None, bodyProducer=None): (source)

Undocumented

_agent = (source)

Undocumented

_headers = (source)

Undocumented