mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 04:11:57 +00:00
optional http in reverse proxy
This commit is contained in:
@@ -441,7 +441,7 @@ export type Effects = {
|
|||||||
port: number
|
port: number
|
||||||
ssl: boolean
|
ssl: boolean
|
||||||
}
|
}
|
||||||
http: {
|
http?: {
|
||||||
// optional, will do TCP layer proxy only if not present
|
// optional, will do TCP layer proxy only if not present
|
||||||
headers: (headers: Record<string, string>) => Record<string, string>
|
headers: (headers: Record<string, string>) => Record<string, string>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user