HttpMethod
public enum HttpMethod
This enum represents available HTTP methods for requests sent via the Squid library. Currently, only the default REST methods are supported. Namely GET, POST, PUT, and DELETE.
Squid Docs (100% documented)
public enum HttpMethod
This enum represents available HTTP methods for requests sent via the Squid library. Currently, only the default REST methods are supported. Namely GET, POST, PUT, and DELETE.