You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Request`| [HttpRequest](#request-class) | :ballot_box_with_check: | - | *Http request related to this response.* |
1155
+
|`UserAddress`| tuple | :ballot_box_with_check: | - |*User remote address of the http connection such as a tuple of `(str_ip_addr, int_port)`.*|
1156
+
|`IsSSL`| bool | :ballot_box_with_check: | - |*Indicates that the http connection is secured by SSL/TLS security layer with certificate.*|
1157
+
|`AllowCaching`| bool | :ballot_box_with_check: | :ballot_box_with_check: |*Indicates to the user the possible caching of this response.*|
1158
+
|`ContentType`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Type of the content of this response.*|
1159
+
|`ContentCharset`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Encoding charset used for the content of this response.*|
1160
+
|`ContentLength`| int | :ballot_box_with_check: | :ballot_box_with_check: |*Length of the content of this response.*|
1161
+
|`HeadersSent`| bool | :ballot_box_with_check: | - |*Indicates that response http headers was already sent.*|
1162
+
|`OnSent`| [callback](#response-onsent) or None | :ballot_box_with_check: | :ballot_box_with_check: | *Callback function when response is fully sent.* |
|`Request`| [HttpRequest](#request-class) | :ballot_box_with_check: | - | *Http request related to this response.* |
1157
+
|`UserAddress`| tuple | :ballot_box_with_check: | - |*User remote address of the http connection such as a tuple of `(str_ip_addr, int_port)`.*|
1158
+
|`IsSSL`| bool | :ballot_box_with_check: | - |*Indicates that the http connection is secured by SSL/TLS security layer with certificate.*|
1159
+
|`AllowCaching`| bool | :ballot_box_with_check: | :ballot_box_with_check: |*Indicates to the user the possible caching of this response.*|
1160
+
|`ContentType`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Type of the content of this response.*|
1161
+
|`ContentCharset`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Encoding charset used for the content of this response.*|
1162
+
|`ContentLength`| int | :ballot_box_with_check: | :ballot_box_with_check: |*Length of the content of this response.*|
1163
+
|`HeadersSent`| bool | :ballot_box_with_check: | - |*Indicates that response http headers was already sent.*|
1164
+
|`OnSent`| [callback](#response-onsent) or None | :ballot_box_with_check: | :ballot_box_with_check: | *Callback function when response is fully sent.* |
0 commit comments