Go to the source code of this file.
Classes | |
struct | getout |
struct | InStruct |
struct | OutStruct |
Defines | |
#define | GETOUT_METALINK (1<<5) /* set when Metalink download */ |
#define | GETOUT_NOUPLOAD (1<<4) /* if set, -T "" has been used */ |
#define | GETOUT_OUTFILE (1<<0) /* set when outfile is deemed done */ |
#define | GETOUT_UPLOAD (1<<3) /* if set, -T has been used */ |
#define | GETOUT_URL (1<<1) /* set when URL is deemed done */ |
#define | GETOUT_USEREMOTE (1<<2) /* use remote file name locally */ |
Enumerations | |
enum | HttpReq { HTTPREQ_UNSPEC, HTTPREQ_GET, HTTPREQ_HEAD, HTTPREQ_FORMPOST, HTTPREQ_SIMPLEPOST } |
enum | trace { TRACE_NONE, TRACE_BIN, TRACE_ASCII, TRACE_PLAIN } |
#define GETOUT_METALINK (1<<5) /* set when Metalink download */ |
Definition at line 116 of file tool_sdecls.h.
#define GETOUT_NOUPLOAD (1<<4) /* if set, -T "" has been used */ |
Definition at line 115 of file tool_sdecls.h.
#define GETOUT_OUTFILE (1<<0) /* set when outfile is deemed done */ |
Definition at line 111 of file tool_sdecls.h.
#define GETOUT_UPLOAD (1<<3) /* if set, -T has been used */ |
Definition at line 114 of file tool_sdecls.h.
#define GETOUT_URL (1<<1) /* set when URL is deemed done */ |
Definition at line 112 of file tool_sdecls.h.
#define GETOUT_USEREMOTE (1<<2) /* use remote file name locally */ |
Definition at line 113 of file tool_sdecls.h.
enum HttpReq |
Definition at line 134 of file tool_sdecls.h.
enum trace |
Definition at line 122 of file tool_sdecls.h.