summaryrefslogtreecommitdiff
path: root/internal/http
AgeCommit message (Expand)Author
2026-02-12All: Rename packages that sound useless or clash with stdJeroen Wijenbergh
2025-09-02client: Log more in debug and increase rotation to 10MBJeroen Wijenbergh
2024-11-21Replace all links from GitHub to Codebergjwijenbergh
2024-10-28API + HTTP + Exports: Cleaner TLS1.3 enforcement using a custom DefaultTransportjwijenbergh
2024-10-11HTTP + OAuth API: Enforce TLS >= 1.3jwijenbergh
2024-07-17Discovery: Implement conditional requestsjwijenbergh
2024-02-19All: Document everything to pass revive lintjwijenbergh
2024-02-19HTTP: Make NewClient accept an underlying http clientjwijenbergh
2024-02-19HTTP: Fix register agent to include version packagejwijenbergh
2024-02-19All: Prepare to get rid of go-errors/errors libjwijenbergh
2024-02-19HTTP: Make sure to add all headersjwijenbergh
2024-02-19i18nerr + HTTP: Properly convert timeout errorsjwijenbergh
2023-09-25Version: Update to 2.0.0jwijenbergh
2023-09-25HTTP: Pass context around and optionally trail path in urljwijenbergh
2023-09-01Version: Update to 1.1.21.1.2jwijenbergh
2023-08-29Version: Update to 1.1.11.1.1jwijenbergh
2023-04-18Version: Update to 1.1.01.1.0jwijenbergh
2023-03-01Version: Update to 1.0.0jwijenbergh
2023-03-01Version: Downgrade to 0.99.0jwijenbergh
2023-03-01Format: Run black and gofumptjwijenbergh
2023-03-01Client + Exports + HTTP: Set a user-agent using the client's versionjwijenbergh
2023-02-17HTTP: Fix test for joining path by removing trailing slashjwijenbergh
2023-02-17HTTP: Only add trailing slash for ensuring valid URLjwijenbergh
2023-02-16HTTP: Add test for ensuring valid URLjwijenbergh
2023-02-16Format: Run gofumptjwijenbergh
2023-02-16HTTP: Implement join URL pathjwijenbergh
2023-02-16HTTP: Incorporate util ensure valid url with clean pathjwijenbergh
2023-01-31HTTP + Util: Always set the scheme to HTTPSjwijenbergh
2023-01-13HTTP: Make the timeout configurable per request using a contextjwijenbergh
2023-01-12HTTP: Set default timeout to 10 secondsjwijenbergh
2023-01-06Refactor: Re-use a HTTP clientjwijenbergh
2023-01-05HTTP: Set max read limit to 16MBjwijenbergh
2022-12-12simplify error handlingAleksandar Pesic
2022-11-28Linter: Fix dupword errorsjwijenbergh
2022-11-28Refactor: Fix revive linter errors by deleting redundant prefixesjwijenbergh
2022-11-28Lint: Run godot fixjwijenbergh
2022-11-28Document: Add comments for most functions and packagesjwijenbergh
2022-11-24Style: Use stylecheck and fix errorsjwijenbergh
2022-11-10HTTP: Fix typo in status errorjwijenbergh
2022-10-19Refactor: Make errors use the parent's error leveljwijenbergh
2022-10-13Format: Run gofumptjwijenbergh
2022-09-26HTTP: Add the body to status errorjwijenbergh
2022-09-26Refactor: Errors into custom export types and expose typesjwijenbergh
2022-09-20Module: Move to eduvpn/eduvpn-commonjwijenbergh
2022-09-19API + HTTP: Set the /disconnect timeout to 1 secondjwijenbergh
2022-08-23Formatting: Run golinesjwijenbergh
2022-08-19HTTP: Set a default timeout of 5 secondsjwijenbergh
2022-06-20Refactor: Errors to have one custom type that is to be wrappedjwijenbergh
2022-09-20Server: Implement function for checking renewal button visibilityjwijenbergh