Hyperlinkv0.8.0-beta.28

NodeHttpServerRequest

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