| Method | Description |
|---|---|
| getRequestHeader(self, header) | Function returning the value of a request header. |
| getResponseHeader(self, header) | Function returning the value of a response header. |
| setRequestHeader(self, header, new_value) | Function changing the value of a request header. |
| setResponseHeader(self, header, new_value) | Function changing the value of a response header. |
Table 4.15. Method summary
This function looks up and returns the value of a header associated with the current request.
This function looks up and returns the value of a header associated with the current response.
This function looks up and changes the value of a header associated with the current request.
This function looks up and changes the value of a header associated with the current response.
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu


