SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
sw_task::net Namespace Reference

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
}
 

Enumeration Type Documentation

◆ HttpErrorCode

enum class sw_task::net::HttpErrorCode
strong
Enumerator
Network 
Timeout 
Canceled 
Resolve 
SSL 
Protocol 
Internal 

Definition at line 20 of file HttpService.h.

◆ HttpMethod

enum class sw_task::net::HttpMethod
strong
Enumerator
Get 
Post 
Put 
Delete 
Patch 
Head 
Options 

Definition at line 18 of file HttpService.h.