Enum RequestType
The types of request that can be performed.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum RequestType
Fields
| Name | Description |
|---|---|
| BasicAuth | A request which uses the 'Authentication: Basic' header. |
| Multipart | A request which contains multipart content (strings and/or files). |
| Standard | A standard request with standard content. |