ELinks 0.18.0
http_negotiate.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define HTTPNEG_GSS   1
#define HTTPNEG_NEG   2
#define HTTPNEG_GSS_STR   "GSS-Negotiate"
#define HTTPNEG_NEG_STR   "Negotiate"
#define HTTPNEG_GSS_STRLEN   sizeof(HTTPNEG_GSS_STR)
#define HTTPNEG_NEG_STRLEN   sizeof(HTTPNEG_NEG_STR)

Functions

int http_negotiate_input (struct connection *conn, struct uri *uri, int type, char *data)
int http_negotiate_output (struct uri *uri, struct string *header)

Macro Definition Documentation

◆ HTTPNEG_GSS

#define HTTPNEG_GSS   1

◆ HTTPNEG_GSS_STR

#define HTTPNEG_GSS_STR   "GSS-Negotiate"

◆ HTTPNEG_GSS_STRLEN

#define HTTPNEG_GSS_STRLEN   sizeof(HTTPNEG_GSS_STR)

◆ HTTPNEG_NEG

#define HTTPNEG_NEG   2

◆ HTTPNEG_NEG_STR

#define HTTPNEG_NEG_STR   "Negotiate"

◆ HTTPNEG_NEG_STRLEN

#define HTTPNEG_NEG_STRLEN   sizeof(HTTPNEG_NEG_STR)

Function Documentation

◆ http_negotiate_input()

int http_negotiate_input ( struct connection * conn,
struct uri * uri,
int type,
char * data )

◆ http_negotiate_output()

int http_negotiate_output ( struct uri * uri,
struct string * header )