Returns HTTP request headers and request body. The resulting structure contains the following keys:
content (the request body),
headers (a structure of request headers),
method (same as cgi.request_method),
protocol (same as cgi.server_protocol).
getHTTPRequestData()
→ returns struct
false
true
false
Returns HTTP request headers and request body in structure format.
writeDump(GetHttpRequestData());
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.