aboutsummaryrefslogtreecommitdiffstats
path: root/golib/httpclient.go
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Fixed package tree and go mod filev0.5.0Sebastien Douheret1-411/+0
2018-06-19Set Content-Type to json in httpclient libhalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/5.99.6flounder/5.99.5flounder/5.99.3flounder/5.99.2flounder/5.99.17.90.06.99.46.99.36.99.26.99.16.90.05.99.65.99.55.99.35.99.25.99.1Sebastien Douheret1-0/+9
2017-12-12Added error about client ID or CSRF in log.Sebastien Douheret1-0/+1
2017-11-23Add missing "in" argument for HTTP put function.v0.1.6Sebastien Douheret1-2/+2
2017-11-06Added highlevel request functions (Get, Post, ...)v0.1.5Sebastien Douheret1-53/+115
2017-10-05Add PUT and DELETE requests support.v0.1.4Sebastien Douheret1-24/+43
2017-09-29Changed log info on response error.Sebastien Douheret1-4/+1
2017-09-29Fixed Httpclient logging.v0.1.3Sebastien Douheret1-5/+20
2017-09-29Fixed HTTPClient creation when client not responding.Sebastien Douheret1-4/+22
2017-09-22Fixed bug when not client ID detectedSebastien Douheret1-1/+1
2017-08-24Add prefix and set level from string to HTTP logger.v0.1.0Sebastien Douheret1-22/+49
2017-08-24Rework logger of HTTPClientSebastien Douheret1-28/+32
2017-08-08Commented exported functions or structures.Sebastien Douheret1-5/+7
2017-08-07Make ResponseToBArray of httpclient public.Sebastien Douheret1-4/+4
2017-06-26Initial commit to add golibSebastien Douheret1-0/+257