Added struct fields to deal with time-of-document
This commit is contained in:
Родитель
ce1cb29d20
Коммит
86d4488cc7
|
@ -250,6 +250,8 @@ struct Progress {
|
||||||
double t_connect;
|
double t_connect;
|
||||||
double t_pretransfer;
|
double t_pretransfer;
|
||||||
int httpcode;
|
int httpcode;
|
||||||
|
time_t filetime; /* If requested, this is might get set. It may be 0 if
|
||||||
|
the time was unretrievable */
|
||||||
|
|
||||||
#define CURR_TIME 5
|
#define CURR_TIME 5
|
||||||
|
|
||||||
|
@ -287,6 +289,7 @@ struct FTP {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Configbits {
|
struct Configbits {
|
||||||
|
bool get_filetime;
|
||||||
bool tunnel_thru_httpproxy;
|
bool tunnel_thru_httpproxy;
|
||||||
bool ftp_append;
|
bool ftp_append;
|
||||||
bool ftp_ascii;
|
bool ftp_ascii;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче