createHttpHandler
createHttpHandler(
client
):RequestListener
<typeofIncomingMessage
, typeofServerResponse
>
/**
- Creates a Node.js http handler for handling JSON-RPC requests with Ethereumjs EVM
- Any unimplemented methods will be proxied to the given proxyUrl
- This handler works for any server that supports the Node.js http module
Parameters
• client: Client
Returns
RequestListener
<typeof IncomingMessage
, typeof ServerResponse
>