3.1.1 Raw API

Instances of httpy.Request store the raw HTTP Request message in the following attributes:

raw
The entire HTTP Request message exactly as it was found on the wire.

raw_line
The raw Request-Line, not including the trailing line break.

raw_headers
The raw message headers, not including the trailing line breaks.

raw_body
The raw message body.

httpy is Zeta software. It is copyright © 2006 by Chad Whitacre, and is offered free of charge, warranty, and restrictions.