Interface | Description |
---|---|
ICallback |
An interface for Core async callbacks
|
Class | Description |
---|---|
Http |
A static class used for HTTP calls within a plugin
|
MultipartUtility |
A non-Apache way to send form-data in a POST request
|
Response |
A basic class to wrap a JSON response containing a simple status and message
|
Enum | Description |
---|---|
Http.Method |
Available HTTP methods to use with the raw HTTP method
|