| 24 | } |
| 25 | |
| 26 | export 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. */ |
nothing calls this directly
no outgoing calls
no test coverage detected