Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_socket.h>
Public Attributes | |
RzList * | authtokens |
bool | accept_timeout |
int | timeout |
bool | httpauth |
Definition at line 80 of file rz_socket.h.
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().
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().
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().
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().