module documentation

HTTP message API.

Class MessageState Internal mutable state for HTTP message implementations in klein.
Async Function bodyAsBytes Return bytes for a given InternalBody.
Function bodyAsFount Return a fount for a given InternalBody.
Function validateBody Validator for InternalBody.
Variable InternalBody Undocumented
async def bodyAsBytes(body, state): (source)

Return bytes for a given InternalBody.

Parameters
body:InternalBodyUndocumented
state:MessageStateUndocumented
Returns
bytesUndocumented
def bodyAsFount(body, state): (source)

Return a fount for a given InternalBody.

Parameters
body:InternalBodyUndocumented
state:MessageStateUndocumented
Returns
IFountUndocumented
def validateBody(instance, attribute, body): (source)

Validator for InternalBody.

Parameters
instance:AnyUndocumented
attribute:AnyUndocumented
body:InternalBodyUndocumented
InternalBody = (source)

Undocumented