index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
reverseproxy
/
httptransport.go
Age
Commit message (
Expand
)
Author
2024-11-04
caddyhttp: Add `MatchWithError` to replace SetVar hack (#6596)
Francis Lavoie
2024-10-15
chore: update quic-go to v0.48.0 (#6627)
Marten Seemann
2024-09-25
chore: Use slices package where possible (#6585)
Francis Lavoie
2024-09-13
perf: use zap's Check() to prevent useless allocs (#6560)
Kévin Dunglas
2024-08-22
reverseproxy: allow user to define source address (#6504)
Mohammed Al Sahaf
2024-08-08
reverseproxy: Disable keep alive for h2c requests (#6343)
WeidiDeng
2024-06-28
reverseproxy: Wire up TLS options for H3 transport
Matthew Holt
2024-05-20
reverseproxy: Support HTTP/3 transport to backend (#6312)
Matt Holt
2024-05-08
reverseproxy: Pointer to struct when loading modules; remove LazyCertPool (#6...
WeidiDeng
2024-05-06
reverseproxy: HTTP transport: fix PROXY protocol initialization (#6301)
Mohammed Al Sahaf
2024-04-12
reverseproxy: Implement modular CA provider for TLS transport (#6065)
Aziz Rmadi
2024-03-18
reverseproxy: Configurable forward proxy URL (#6114)
Justin Angel
2024-01-25
chore: enabling a few more linters (#5961)
Yolan Romailler
2024-01-13
reverseproxy: Add `tls_curves` option to HTTP transport (#5851)
Bas Westerbaan
2023-12-13
proxyprotocol: use github.com/pires/go-proxyproto (#5915)
Mohammed Al Sahaf
2023-08-23
chore: Appease gosec linter (#5777)
Matt Holt
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-07-11
caddytls: Reuse certificate cache through reloads (#5623)
Matt Holt
2023-03-31
proxyprotocol: Add PROXY protocol support to `reverse_proxy`, add HTTP listen...
Corin Langosch
2023-02-24
reverseproxy: refactor HTTP transport layer (#5369)
Mohammed Al Sahaf
2022-09-16
core: Variadic Context.Logger(); soft deprecation
v2.6.0-beta.4
Matthew Holt
2022-08-12
reverseproxy: Fix H2C dialer using new stdlib `DialTLSContext` (#4951)
Francis Lavoie
2022-07-23
reverseproxy: Implement read & write timeouts for HTTP transport (#4905)
Matt Holt
2022-07-13
reverseproxy: Export SetScheme() again
Matthew Holt
2022-06-22
reverseproxy: Fix panic when TLS is not configured (#4848)
Francis Lavoie
2022-06-20
reverseproxy: Skip TLS for certain configured ports (#4843)
Kiss Károly Pál
2022-06-14
reverseproxy: Dynamic ServerName for TLS upstreams (#4836)
Kiss Károly Pál
2022-06-14
reverseproxy: Make TLS renegotiation optional
Matthew Holt
2022-06-10
reverseproxy: Add renegotiation param in TLS client (#4784)
Yaacov Akiba Slama
2022-06-06
reverseproxy: Correct the `tls_server_name` docs (#4827)
Francis Lavoie
2022-05-10
reverseproxy: Support http1.1>h2c (close #4777) (#4778)
Matt Holt
2022-03-06
reverseproxy: Dynamic upstreams (with SRV and A/AAAA support) (#4470)
Matt Holt
2022-02-01
reverseproxy: Avoid returning a `nil` error during GetClientCertificate (#4550)
Francis Lavoie
2021-11-24
reverseproxy: Adjust defaults, document defaults (#4436)
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-06-16
Some misc. cleanup
Matthew Holt
2021-06-15
reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201)
Matthew Holt
2021-02-09
reverseproxy: Response buffering & configurable buffer size
Matthew Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-10-30
reverseproxy: Add max_idle_conns_per_host; fix godocs (#3829)
Francis Lavoie
2020-10-13
reverseproxy: Fix dial placeholders, SRV, active health checks (#3780)
Matt Holt
2020-09-17
reverseproxy: Correct alternate port for active health checks (#3693)
Mohammed Al Sahaf
2020-07-18
reverseproxy: add support for custom DNS resolver (#3479)
Mohammed Al Sahaf
2020-05-05
pki: Embedded ACME server (#3198)
Matt Holt
2020-05-05
httpserver: Add experimental H2C support (#3289)
Matt Holt
2020-04-09
reverseproxy: Minor tweaks
v2.0.0-rc.2
Matthew Holt
2020-04-07
reverseproxy: Remove NTLM transport; refactor and improve docs
Matthew Holt
2020-01-22
reverseproxy: Fix casing of RootCAPEMFiles
Matthew Holt
2020-01-09
http: Change routes to sequential matcher evaluation (#2967)
Matt Holt
2020-01-07
reverse_proxy: Add tls_trusted_ca_certs to Caddyfile (#2936)
Zaq? Wiedmann
[next]