pub fn method() -> String
HTTP method of the inbound request, e.g. "GET" or "POST".
"GET"
"POST"
Returns an empty string only if the host invoked the flare without an active request context, which should never happen in production.