Conviva Client Library
 
Loading...
Searching...
No Matches
Data Fields
cat_network_request_info Struct Reference

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
 

Detailed Description

Use to set the network request details.

Field Documentation

◆ method

char cat_network_request_info::method[CAT_MAX_METHOD_LENGTH]

request method of the network request

◆ request_body

void* cat_network_request_info::request_body

request body params

◆ request_header

void* cat_network_request_info::request_header

Optional Fields request header params

◆ request_timestamp

uint64_t cat_network_request_info::request_timestamp

timestamp in which request is made in ms

◆ response_body

void* cat_network_request_info::response_body

response body params

◆ response_code

int cat_network_request_info::response_code

reponse code of the request

◆ response_header

void* cat_network_request_info::response_header

response header params

◆ response_timestamp

uint64_t cat_network_request_info::response_timestamp

timestamp in which response obtained in ms

◆ target_url

char cat_network_request_info::target_url[CAT_MAX_URL_LENGTH]

mandatory fields network url