Create an AxiosAdapter that will inject requests/responses into dispatchFunc via Light my Request.
AxiosAdapter
dispatchFunc
Listener function. The same as you would pass to http.createServer when making a node HTTP server.
http.createServer
Additional options
An AxiosAdapter
Create an
AxiosAdapter
that will inject requests/responses intodispatchFunc
via Light my Request.