aboutsummaryrefslogtreecommitdiff
path: root/internal/http/client.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that cookies are sent only to the correct domains.cookiesRené 'Necoro' Neumann2022-01-111-6/+36
| | | | We want to avoid that authentication data is sent when fetching images from external sources, for instance.
* Support sending cookies in a http request.René 'Necoro' Neumann2022-01-101-0/+11
|
* Introduce http.Context to bundle http specific parametersRené 'Necoro' Neumann2022-01-081-6/+11
|
* 'Exec' as an alternative to 'Url'René 'Necoro' Neumann2020-05-251-2/+2
|
* Unify connection handlingRené 'Necoro' Neumann2020-05-041-0/+88