Function readRequestBody

Read and parsing to JSON request body

  • Parameters

    • req: IncomingMessage

      Node.js built-in IncomingMessage object

    Returns Promise<any>

    Promise, what resolved to parsed body or null for parsing error