Cloud API Overview > @adpt/cloud > http > HttpServer
http.HttpServer class
Abstract component that represents an HTTP server
Signature:
export declare abstract class HttpServer extends Component<HttpServerProps>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
defaultProps | static | { port: number; scope: string; } |