Use to set the network request details. More...
#include <app_tracker.h>
Data Fields | |
| char | target_url [CAT_MAX_URL_LENGTH] |
| char | method [CAT_MAX_METHOD_LENGTH] |
| int | response_code |
| uint64_t | request_timestamp |
| uint64_t | response_timestamp |
| void * | request_header |
| void * | response_header |
| void * | request_body |
| void * | response_body |
Use to set the network request details.
| char cat_network_request_info::method[CAT_MAX_METHOD_LENGTH] |
request method of the network request
| void* cat_network_request_info::request_body |
request body params
| void* cat_network_request_info::request_header |
Optional Fields request header params
| uint64_t cat_network_request_info::request_timestamp |
timestamp in which request is made in ms
| void* cat_network_request_info::response_body |
response body params
| int cat_network_request_info::response_code |
reponse code of the request
| void* cat_network_request_info::response_header |
response header params
| uint64_t cat_network_request_info::response_timestamp |
timestamp in which response obtained in ms
| char cat_network_request_info::target_url[CAT_MAX_URL_LENGTH] |
mandatory fields network url