|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Classes | |
| struct | HttpError |
| struct | HttpRequest |
| struct | HttpResponse |
| class | HttpService |
Enumerations | |
| enum class | HttpMethod { Get , Post , Put , Delete , Patch , Head , Options } |
| enum class | HttpErrorCode { Network , Timeout , Canceled , Resolve , SSL , Protocol , Internal } |
|
strong |
| Enumerator | |
|---|---|
| Network | |
| Timeout | |
| Canceled | |
| Resolve | |
| SSL | |
| Protocol | |
| Internal | |
Definition at line 20 of file HttpService.h.
|
strong |
| Enumerator | |
|---|---|
| Get | |
| Post | |
| Put | |
| Delete | |
| Patch | |
| Head | |
| Options | |
Definition at line 18 of file HttpService.h.