Hyperlinkv0.9.0-beta.0

NodeHttpServerRequest

export const toServerResponse = (self: HttpServerRequest): Http.ServerResponse => {
  const res = (self as any).response
  return typeof res === "function" ? res() : res
}