HH\get_proxygen_headers
Fetch all HTTP request names in the order they were received from proxygen
namespace HH;
function get_proxygen_headers(): vec<(string)>;
Returns
array
- - An array of all the HTTP header names in the current request. Note: if the same header name appears more than once in the request headers sent by client, it will appear more than once in this array.