#include <stdint.h>
#include "PolyphaseAPI.h"
Go to the source code of this file.
|
| enum class | HttpVerb : uint8_t {
Get
, Post
, Put
, Patch
,
Delete
, Head
, Options
, Count
} |
| |
| enum class | HttpError : uint8_t {
None
, NotInitialized
, Unavailable
, InvalidUrl
,
Network
, Tls
, Timeout
, TooLarge
,
Cancelled
, BadResponse
, Unknown
, Count
} |
| |
◆ HttpError
| Enumerator |
|---|
| None | |
| NotInitialized | |
| Unavailable | |
| InvalidUrl | |
| Network | |
| Tls | |
| Timeout | |
| TooLarge | |
| Cancelled | |
| BadResponse | |
| Unknown | |
| Count | |
◆ HttpVerb
| Enumerator |
|---|
| Get | |
| Post | |
| Put | |
| Patch | |
| Delete | |
| Head | |
| Options | |
| Count | |
◆ HttpErrorToString()
◆ HttpStatusIsRedirect()
◆ HttpStatusIsSuccess()
◆ HttpVerbFromString()
◆ HttpVerbToString()