philia
Preparing search index...
connect/common/http
Config
Interface Config
interface
Config
{
host
?:
string
;
https
?:
ServerOptions
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
;
opts
?:
ServerOptions
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
;
port
?:
number
;
}
Index
Properties
host?
https?
opts?
port?
Properties
Optional
host
host
?:
string
监听地址
Optional
https
https
?:
ServerOptions
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
GTTPS 服务器选项
Optional
opts
opts
?:
ServerOptions
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
服务器选项
Optional
port
port
?:
number
监听端口
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
host
https
opts
port
philia
Loading...
监听地址