The FMPWeb.HTTPMethodenumeration is used to determine an HTTP request method.
enum FMPWeb.HTTPMethod
It is used by the httpMethod property of the FMPWeb class and by the httpMethod(_:) method of the FMPWeb.Builder class.
Value | Description |
post | case post |
get | case get |
trace | case trace |
head | case head |
put | case put |
delete | case delete |
patch | case patch |
options | case options |
See also: