aboutsummaryrefslogtreecommitdiff
path: root/request.go
Commit message (Expand)AuthorAgeFilesLines
* do not mangle non-standard object pathsSandro Jäckel2022-02-071-1/+3
* fix obvious crashStefan Majewsky2018-07-261-1/+1
* support aborting requests with context.ContextStefan Majewsky2018-07-111-0/+6
* proof-read documentationStefan Majewsky2018-05-031-1/+1
* revamp the Headers APIStefan Majewsky2018-03-111-7/+27
* reorganize codeStefan Majewsky2018-02-191-6/+6
* introduce Client interfaceStefan Majewsky2018-02-191-32/+6
* remove old cruftStefan Majewsky2018-02-171-14/+0
* ensure that response body is drainedStefan Majewsky2018-02-111-1/+8
* sketch out the initial Object APIStefan Majewsky2018-02-101-0/+3
* implement container listingStefan Majewsky2018-02-071-5/+17
* redesign the header APIStefan Majewsky2018-02-051-7/+11
* build HTTP requests without ProviderClient.Request(), make tests workStefan Majewsky2018-02-041-17/+18
* finalize Account.Post() design, add initial account testsStefan Majewsky2018-01-301-14/+21
* lay down the full Account APIStefan Majewsky2018-01-291-1/+4
* sketch out how requests could workStefan Majewsky2018-01-281-0/+161