gwenhywfar
4.12.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gwenhywfar4
gwenhywfar
syncio_http.h
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Wed Apr 28 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* *
8
* This library is free software; you can redistribute it and/or *
9
* modify it under the terms of the GNU Lesser General Public *
10
* License as published by the Free Software Foundation; either *
11
* version 2.1 of the License, or (at your option) any later version. *
12
* *
13
* This library is distributed in the hope that it will be useful, *
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16
* Lesser General Public License for more details. *
17
* *
18
* You should have received a copy of the GNU Lesser General Public *
19
* License along with this library; if not, write to the Free Software *
20
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
21
* MA 02111-1307 USA *
22
* *
23
***************************************************************************/
24
25
26
#ifndef GWENHYWFAR_SYNCIO_HTTP_H
27
#define GWENHYWFAR_SYNCIO_HTTP_H
28
29
#include <
gwenhywfar/syncio.h
>
30
#include <
gwenhywfar/db.h
>
31
32
33
#define GWEN_SYNCIO_HTTP_TYPE "http"
34
35
36
37
#ifdef __cplusplus
38
extern
"C"
{
39
#endif
40
41
42
51
GWENHYWFAR_API
52
GWEN_SYNCIO
*
GWEN_SyncIo_Http_new
(
GWEN_SYNCIO
*baseIo);
60
61
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbCommandIn
(
const
GWEN_SYNCIO
*sio);
62
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbStatusIn
(
const
GWEN_SYNCIO
*sio);
63
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbHeaderIn
(
const
GWEN_SYNCIO
*sio);
72
73
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbCommandOut
(
const
GWEN_SYNCIO
*sio);
74
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbStatusOut
(
const
GWEN_SYNCIO
*sio);
75
GWENHYWFAR_API
GWEN_DB_NODE
*
GWEN_SyncIo_Http_GetDbHeaderOut
(
const
GWEN_SYNCIO
*sio);
80
GWENHYWFAR_API
int
GWEN_SyncIo_Http_RecvBody
(
GWEN_SYNCIO
*sio,
GWEN_BUFFER
*buf);
81
GWENHYWFAR_API
int
GWEN_SyncIo_Http_RecvBodyToSio
(
GWEN_SYNCIO
*sio,
GWEN_SYNCIO
*sout);
82
83
84
#ifdef __cplusplus
85
}
86
#endif
87
88
89
#endif
90
91
Generated on Thu Nov 13 2014 21:37:51 for gwenhywfar by
1.8.1.2