1
0
Fork
You've already forked httpx
0
Some reusable HTTP-related bits and pieces.
  • Go 99.8%
  • Shell 0.2%
2025年10月19日 10:09:52 +01:00
domains Update list of domains 2025年06月07日 09:01:36 +01:00
certs.go Add option to provide extra root certificates 2025年10月19日 10:09:52 +01:00
csp.go Re-run gofmt 2025年03月03日 13:21:10 +00:00
csp_test.go Allow adding directives to Content-Security-Policy 2025年02月17日 09:50:00 +00:00
domains.go Update list of domains 2025年06月07日 09:01:36 +01:00
go.mod Update dependencies 2025年06月07日 12:05:22 +01:00
go.sum Update dependencies 2025年06月07日 12:05:22 +01:00
LICENSE.txt Move license into the root 2025年06月08日 11:00:16 +01:00
logger.go Initial import 2025年02月16日 09:51:31 +00:00
outgoing.go Fix search-and-replace failure 2025年02月17日 09:38:19 +00:00
proxy.go Helper to interpret reverse proxy headers 2025年03月03日 13:21:30 +00:00
README.md Initial import 2025年02月16日 09:51:31 +00:00
ssrf.go Make the HTTP transport configuration more extensible 2025年06月08日 12:00:59 +01:00
transport.go Add option to override the DNS resolver 2025年06月08日 12:51:24 +01:00
useragent.go Helper to add a User-Agent header 2025年02月17日 11:41:53 +00:00

HTTP helpers

Some random bits of HTTP related code that are useful in multiple projects.