69b561f944
Adds 12 new HTTP handler test scenarios: HTTP connector (no-auth, auth, TLS upstream), CONNECT tunnel (no-sniffing, bypass-403), probeResist (host, web, file, knock), idleTimeout, and UDP relay over HTTP. Introduces RunGostContainerWithFiles helper for mounting extra files into test containers.
13 lines
283 B
YAML
13 lines
283 B
YAML
services:
|
|
- name: http-connect
|
|
addr: :8080
|
|
handler:
|
|
type: http
|
|
metadata:
|
|
# sniffing: enable protocol sniffing on CONNECT tunnels
|
|
sniffing: true
|
|
# sniffing.timeout: timeout for initial sniff read (2s)
|
|
sniffing.timeout: 2s
|
|
listener:
|
|
type: tcp
|