Preparing search index...
The search index is not available
Community Solid Server - v7.1.3
Community Solid Server
HttpServerFactory
Interface HttpServerFactory
A factory for HTTP servers.
interface
HttpServerFactory
{
createServer
:
(
(
)
=>
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
)
;
}
Implemented by
BaseServerFactory
Index
Properties
create
Server
Properties
create
Server
create
Server
:
(
(
)
=>
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
create
Server
Community Solid Server - v7.1.3
Loading...
A factory for HTTP servers.