![]() |
EVE 1.0
|
#include <http-server.h>
Data Fields | |
enum http_auth_op_type_t | Type |
const char * | In |
uint32_t | InLen |
uint8_t * | Out |
uint32_t | OutLen |
Authentication operation
Definition at line 38 of file http-server.h.
enum http_auth_op_type_t http_auth_op_t::Type |
Type of operation
Definition at line 40 of file http-server.h.
const char* http_auth_op_t::In |
Input data. Username for password queries
Definition at line 41 of file http-server.h.
uint32_t http_auth_op_t::InLen |
Length of input data
Definition at line 42 of file http-server.h.
uint8_t* http_auth_op_t::Out |
Output data buffer
Definition at line 43 of file http-server.h.
uint32_t http_auth_op_t::OutLen |
At the function call it contains size of the output data buffer. Callback must update the field with real size of the output parameter, which can be greater than size of the buffer.
Definition at line 44 of file http-server.h.