Rizin
unix-like reverse engineering framework and cli tools
rz_socket_http_options Struct Reference

#include <rz_socket.h>

Public Attributes

RzListauthtokens
 
bool accept_timeout
 
int timeout
 
bool httpauth
 

Detailed Description

Definition at line 80 of file rz_socket.h.

Member Data Documentation

◆ accept_timeout

bool rz_socket_http_options::accept_timeout

Definition at line 82 of file rz_socket.h.

Referenced by rz_core_rtr_http_run(), rz_main_rz_agent(), and rz_socket_http_accept().

◆ authtokens

RzList* rz_socket_http_options::authtokens

Definition at line 81 of file rz_socket.h.

Referenced by rz_core_rtr_http_run(), rz_main_rz_agent(), and rz_socket_http_accept().

◆ httpauth

bool rz_socket_http_options::httpauth

Definition at line 84 of file rz_socket.h.

Referenced by rz_core_rtr_http_run(), rz_main_rz_agent(), and rz_socket_http_accept().

◆ timeout

int rz_socket_http_options::timeout

Definition at line 83 of file rz_socket.h.

Referenced by rz_core_rtr_http_run(), rz_main_rz_agent(), and rz_socket_http_accept().


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