Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
Public Attributes | List of all members
ua_info Struct Reference
Collaboration diagram for ua_info:
Collaboration graph
[legend]

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
 

Member Data Documentation

◆ code

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

◆ req_tstamp

uint64_t ua_info::req_tstamp

timestamp of when its request completed

◆ req_url

char ua_info::req_url[UA_MAX_URL_LEN]

request's url

◆ resp_body

struct ua_resp_body ua_info::resp_body

the response body

◆ resp_header

struct ua_resp_header ua_info::resp_header

the key/field response header


The documentation for this struct was generated from the following file: