Table of Contents
HyperText Transfer Protocol implementation.
This is used by twisted.web.
datetimeToString ( msSinceEpoch=None )
Convert seconds since epoch to HTTP datetime string.
fromChunk ( data )
Convert chunk to string.
stringToDatetime ( dateString )
Convert an HTTP date string to seconds since epoch.
timegm ( year, month, day, hour, minute, second, )
Convert time tuple in GMT to seconds since epoch, GMT
toChunk ( data )
Convert string to a chunk.
A receiver for HTTP requests.
A client for HTTP
A HTTP request.