mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
optional http in reverse proxy
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user