Enumerate the available HTTP methods for a request.
Request in get mode, standard method to retrieve a page.
Request in post mode, usually to send data to a page.
Request a page's header only.
See Implementation
Enumerate the available HTTP methods for a request.