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
Copy file name to clipboardExpand all lines: README.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,8 @@ except KeyboardInterrupt :
692
692
|`RootPath`| str | :ballot_box_with_check: | :ballot_box_with_check: |*Path of the root folder that contains the web files.*|
693
693
|`RequestsTimeoutSec`| int | :ballot_box_with_check: | :ballot_box_with_check: |*Timeout in seconds to waiting the next data reception of requests.*|
694
694
|`NotFoundURL`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*URL used to redirects requests not found.*|
695
+
|`AllowAllOrigins`| bool | :ballot_box_with_check: | :ballot_box_with_check: |*Indicates that all resource origins of requests are allowed.*|
696
+
|`CORSAllowAll`| bool | :ballot_box_with_check: | :ballot_box_with_check: |*Allows all CORS values for the preflight requests (OPTIONS).*|
695
697
|`OnLogging`| [callback](#mws2-onlogging) or None | :ballot_box_with_check: | :ballot_box_with_check: | *Callback function when the server logs information.* |
|`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
+
|`AccessControlAllowOrigin`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Indicates to the user the allowed resource origin.*|
1161
+
|`ContentType`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Type of the content of this response.*|
1162
+
|`ContentCharset`| str or None | :ballot_box_with_check: | :ballot_box_with_check: |*Encoding charset used for the content of this response.*|
1163
+
|`ContentLength`| int | :ballot_box_with_check: | :ballot_box_with_check: |*Length of the content of this response.*|
1164
+
|`HeadersSent`| bool | :ballot_box_with_check: | - |*Indicates that response http headers was already sent.*|
1165
+
|`OnSent`| [callback](#response-onsent) or None | :ballot_box_with_check: | :ballot_box_with_check: | *Callback function when response is fully sent.* |
0 commit comments