Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/http-server
HttpServer
Interface HttpServer
Represents a HTTP server
interface
HttpServer
{
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
}
Implemented by
NativeHttpServer
Methods
start
start
()
:
Promise
<
void
>
Start server
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Stop server
Returns
Promise
<
void
>
Methods
start
stop
GitHub
Example
Fake Mirrors
Loading...
Represents a HTTP server