grive2/libgrive/src/http
Vitaliy Filippov 887da88c14 Simplify http::Agent methods and use multipart upload
Should speed-up uploads by updating metadata and contents at the same time.
Also should fix most 412 errors because of the update atomicity.
2015-10-10 00:54:05 +03:00
..
Agent.cc Simplify http::Agent methods and use multipart upload 2015-10-10 00:54:05 +03:00
Agent.hh Simplify http::Agent methods and use multipart upload 2015-10-10 00:54:05 +03:00
CurlAgent.cc Simplify http::Agent methods and use multipart upload 2015-10-10 00:54:05 +03:00
CurlAgent.hh Simplify http::Agent methods and use multipart upload 2015-10-10 00:54:05 +03:00
Download.cc using DataStream instead of Receiveable 2013-04-29 23:47:32 +08:00
Download.hh using DataStream instead of Receiveable 2013-04-29 23:47:32 +08:00
Error.hh Add response body and headers to diagnostic information on HTTP 400 and above 2015-06-27 22:58:09 +03:00
Header.cc added AuthAgent, a wrapper around http agent 2012-07-20 00:39:36 +08:00
Header.hh added AuthAgent, a wrapper around http agent 2012-07-20 00:39:36 +08:00
ResponseLog.cc Implement normal reliable HTTP logging (in Agent) 2015-09-30 15:01:50 +03:00
ResponseLog.hh Implement normal reliable HTTP logging (in Agent) 2015-09-30 15:01:50 +03:00
StringResponse.cc using DataStream instead of Receiveable 2013-04-29 23:47:32 +08:00
StringResponse.hh using DataStream instead of Receiveable 2013-04-29 23:47:32 +08:00
XmlResponse.cc Fix hang when upload receives HTTP 500 2013-11-27 00:15:24 +02:00
XmlResponse.hh using DataStream instead of Receiveable 2013-04-29 23:47:32 +08:00