= nng_http_req_get_method(3) :doctype: manpage :manmanual: nng :mansource: nng :manvolnum: 3 :copyright: Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + \ Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] + \ {blank} + \ This document is supplied under the terms of the \ https://opensource.org/licenses/MIT[MIT License]. == NAME nng_http_req_get_method - return HTTP request method == SYNOPSIS [source, c] ----------- #include const char *nng_http_req_get_method(nng_http_req *req); ----------- == DESCRIPTION The `nng_http_req_get_method()` returns the HTTP method associated with the request _req_. The value will be a string, such as "GET" or "POST". == RETURN VALUES Request method as a string. == ERRORS None. == SEE ALSO <>, <>, <> == COPYRIGHT {copyright}