HttpCommon.ts overview
Since v1.0.0
Exports Grouped by Category
Layers
layerClientProtocolHttp
Signature
declare const layerClientProtocolHttp: (options: {
readonly path: string
readonly https?: boolean | undefined
}) => Layer.Layer<RpcClientProtocol, never, RpcSerialization.RpcSerialization | HttpClient.HttpClient>
Since v1.0.0
layerClientProtocolWebsocket
Signature
declare const layerClientProtocolWebsocket: (options: {
readonly path: string
readonly https?: boolean | undefined
}) => Layer.Layer<RpcClientProtocol, never, RpcSerialization.RpcSerialization | Socket.WebSocketConstructor>
Since v1.0.0