Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/include/ghttp.h @ 0:8300eb051bea draft
Initial upload
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:19:29 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8300eb051bea |
---|---|
1 #ifndef ghttp_h | |
2 #define ghttp_h | |
3 | |
4 #include "emboss.h" | |
5 | |
6 /* | |
7 ** Prototype definitions | |
8 */ | |
9 | |
10 AjBool gHttpConvertS(AjPStr url, AjPFile* outf, AjPStr informat, AjPStr outformat); | |
11 AjBool gHttpConvertC(char* res, AjPFile* outf, AjPStr informat, AjPStr outformat); | |
12 AjBool gHttpGetBinS(AjPStr url, AjPFile* outf); | |
13 AjBool gHttpGetBinC(char* url, AjPFile* outf); | |
14 AjPFilebuff gHttpPostFileSS(AjPStr url, AjPStr filename); | |
15 AjPFilebuff gHttpPostFileCS(char* url, AjPStr filename); | |
16 AjBool gHttpRedirect(AjPFile file, AjPStr* host, ajint* port, AjPStr* path); | |
17 | |
18 #endif |