gwenhywfar
4.6.0beta
|
#include <gwenhywfar/inherit.h>
#include <gwenhywfar/url.h>
#include <gwenhywfar/buffer.h>
Go to the source code of this file.
Macros | |
#define | GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 |
#define | GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
Typedefs | |
typedef struct GWEN_HTTP_SESSION | GWEN_HTTP_SESSION |
#define GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 |
This flag forces SSLv3 connections when in HTTPS mode.
Definition at line 36 of file httpsession.h.
Referenced by GWEN_HttpSession_ConnectionTest(), GWEN_HttpSession_Init(), and GWEN_HttpSession_SendPacket().
#define GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
Definition at line 37 of file httpsession.h.
Referenced by GWEN_HttpSession_Init().
typedef struct GWEN_HTTP_SESSION GWEN_HTTP_SESSION |
Definition at line 21 of file httpsession.h.