response

class seshat.response.Response(status_code=200, headers=None, body=None)[source]
status[source]
class seshat.headers.ResponseHeaders(headers=None)[source]

Represents the headers which will be sent back to the client with the response. This acts a bit like an list of tuples.

This class is mostly unfinished as of now.

append(key, val)[source]