Skip to content
Snippets Groups Projects
Commit 11bda170 authored by deuce's avatar deuce
Browse files

Add "query_string" property to http_request object...

contains the raw query string as passed to the script.

Add "post_data" property to http_request object for POST requests...
contains the raw POST data as passed to the script (if any)

Add "request_string" property to http_request object...
contains the full raw URI from the request line

Clean up the adding of properties to the http_request object by using
js_add_request_prop()  (Various subs no longer fail if a property
cannot be defined)
parent ace43751
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment