EVE 1.0
http_auth_op_t Struct Reference

#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
 

Detailed Description

Authentication operation

Definition at line 38 of file http-server.h.

Field Documentation

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.