aqbanking  5.1.0beta
httpsession.h File Reference
#include <aqbanking/user.h>
#include <aqbanking/provider.h>
#include <gwenhywfar/httpsession.h>

Go to the source code of this file.

Functions

Constructor/Destructor
GWEN_HTTP_SESSION * AB_HttpSession_new (AB_PROVIDER *pro, AB_USER *u, const char *url, const char *defaultProto, int defaultPort)
Getters for Related Objects
AB_USERAB_HttpSession_GetUser (const GWEN_HTTP_SESSION *sess)
AB_PROVIDERAB_HttpSession_GetProvider (const GWEN_HTTP_SESSION *sess)
void Ab_HttpSession_AddLog (GWEN_HTTP_SESSION *sess, const char *s)
const char * AB_HttpSession_GetLog (const GWEN_HTTP_SESSION *sess)
void AB_HttpSession_ClearLog (GWEN_HTTP_SESSION *sess)