MCPcopy Index your code
hub / github.com/oakserver/oak / NativeRequestInfo

Interface NativeRequestInfo

http_server_native_request.ts:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26export interface NativeRequestInfo {
27 remoteAddr?: NetAddr;
28 upgradeWebSocket?: UpgradeWebSocketFn;
29}
30
31/** An internal oak abstraction for handling a Deno native request. Most users
32 * of oak do not need to worry about this abstraction. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected