prev <<
How to write an API endpoint in 2016
>> next
Some more detail: $req
Provide access to all data provided by the current HTTP request
remote_host, path, query_string, payload / request body, cookies, headers, ..
New object every time the endpoint is called