aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/util/http.go
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Always copy request headersMartin Polden2023-06-141-9/+4
|
* Reuse headers mapMartin Polden2023-05-161-8/+15
|
* Disable automatic compressionMartin Polden2023-05-031-2/+3
|
* Support feeding to hosted targetMartin Polden2023-05-021-3/+0
|
* Revert "Apply SETTINGS_MAX_CONCURRENT_STREAMS globally"Martin Polden2023-04-271-3/+2
| | | | This reverts commit 49411c18d5481021c529922b2ef595da9f87cedf.
* Apply SETTINGS_MAX_CONCURRENT_STREAMS globallyMartin Polden2023-04-241-2/+3
| | | | I.e. per client instead of per connection.
* Support TLS in custom targetMartin Polden2023-04-171-14/+15
|
* Support multiple connectionsMartin Polden2023-04-111-0/+3
|
* Use slice of certificates instead of pointerMartin Polden2023-04-111-1/+1
|
* Always use HTTP/2 when feedingMartin Polden2023-04-111-30/+36
|
* Always use HTTP/2 transport when using TLSMartin Polden2023-03-231-17/+48
|
* Expose HTTP transportMartin Polden2023-03-231-6/+18
|
* Move build package up one levelMartin Polden2023-03-231-1/+1
|
* Re-organize Go codeMartin Polden2023-02-031-0/+42