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.16. 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 May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu