aboutsummaryrefslogtreecommitdiff
path: root/weed/util/http_util.go
AgeCommit message (Expand)AuthorFilesLines
2020-02-10add http client for streaming uploadorigin/add_fasthttp_clientChris Lu1-6/+25
2020-02-10HEAD operation changes to fasthttpChris Lu1-8/+17
2020-01-31s3: add s3 copyChris Lu1-0/+21
2020-01-22fix http range requestsChris Lu1-2/+2
2020-01-08skip error when draining readerChris Lu1-2/+5
2019-12-25ignore draining errorChris Lu1-1/+1
2019-12-26feat: drains http body if buffer is too smalldivinerapier1-1/+9
2019-12-26fix: handle errors for ReadUrldivinerapier1-16/+24
2019-12-15upload skipping mimetype if not neededChris Lu1-1/+1
2019-09-05filer: avoid hard-coded upload timeoutChris Lu1-2/+0
2019-02-16avoid util package depends on security packageChris Lu1-3/+1
2019-01-10Set http timeout to 5schenwanli1-1/+7
2018-12-07optimization for reading whole chunk with gzip encodingChris Lu1-3/+18
2018-09-21able to sync the changesChris Lu1-2/+3
2018-09-17fix when if buffer is not alignedChris Lu1-3/+2
2018-07-27tmp commitChris Lu1-0/+1
2018-05-28filer support reading multiple chunks, with range supportChris Lu1-0/+34
2018-05-27go vetChris Lu1-1/+0
2018-05-24fix reading from a urlChris Lu1-1/+4
2018-05-24file handler directly read from volume serversChris Lu1-0/+30
2017-07-28(fix #543)added body to error when Post encounter 4xx responsekelgon1-2/+6
2017-03-17complement weed mount: add read and deletesparklxb1-0/+11
2017-01-09fix the bug than we can't get filename when download file.wangjie1-2/+3
2016-07-21delete operation does not need this checkingChris Lu1-3/+0
2016-07-20add "weed copy" command to copy files to filerChris Lu1-1/+10
2016-06-02directory structure change to work with glideChris Lu1-0/+163