Module
Node.Http2.Server
- Package
- purescript-node-http2
- Repository
- purescript-node/purescript-node-http2
#createSecureServer Source
createSecureServer :: forall rec trash. Union rec trash (Http2CreateSecureServerOptions (TlsCreateServerOptions Server (CreateSecureContextOptions (NewServerOptions ())))) => Record rec -> Effect Http2SecureServer
#updateSettings Source
updateSettings :: Http2SecureServer -> Settings -> Effect Unit