Headers

class bobtail.headers.BaseHeaders(content_type)[source]
class bobtail.headers.RequestHeaders(content_type)[source]
is_multipart() bool[source]

Is this a multipart-formdata request header

is_urlencoded() bool[source]

Is this a application/x-www-form-urlencoded request header

class bobtail.headers.ResponseHeaders(content_type)[source]