optional http in reverse proxy

This commit is contained in:
Matt Hill
2023-05-03 13:26:38 -06:00
parent a71b2f9f82
commit 185e34bcd1

View File

@@ -441,7 +441,7 @@ export type Effects = {
port: number
ssl: boolean
}
http: {
http?: {
// optional, will do TCP layer proxy only if not present
headers: (headers: Record<string, string>) => Record<string, string>
}