Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Public Attributes | |
ORCAcode | code |
char | req_url [UA_MAX_URL_LEN] |
uint64_t | req_tstamp |
struct ua_resp_header | resp_header |
struct ua_resp_body | resp_body |
ORCAcode ua_info::code |
how the request went equal 0 means success (2xx) greater than 0 means failure (check value for http code) lesser than 0 means failure from specialized error codes
uint64_t ua_info::req_tstamp |
timestamp of when its request completed
char ua_info::req_url[UA_MAX_URL_LEN] |
request's url
struct ua_resp_body ua_info::resp_body |
the response body
struct ua_resp_header ua_info::resp_header |
the key/field response header