.httprqtype R/O Property
Function: |
For the selected socket (selection is made through sock.num) and provided that this socket is running in the HTTP mode (sock.httpmode = 1 — YES), returns the type of the HTTP request received from the browser. |
Type: |
Enum (pl_http_rq_type, byte) |
Value Range: |
|
See Also: |
Details
Note that it only makes sense to query this property after the HTTP request has actually been received (i.e., in the code embedded inside or called from the HTML page).