Enum ResponseType
The type of data expected inside the HTTP response.
Namespace: RuriLib
Assembly: RuriLib.dll
Syntax
public enum ResponseType
Fields
| Name | Description |
|---|---|
| File | A file response, e.g. an image. |
| String | A string response, e.g. an HTML page. |