The headers to be sent to the client. Please, note, that these do not include the Content-Length header, which you need to send separately.
(self)
| 37 | |
| 38 | |
| 39 | def headers(self): |
| 40 | """ |
| 41 | The headers to be sent to the client. Please, note, that these do not include |
| 42 | the Content-Length header, which you need to send separately. |
| 43 | """ |
| 44 | return self.__headers |
| 45 | |
| 46 | |
| 47 | def __repr__(self): |
no outgoing calls