Method to indicate that request has body
Author: zdmCreated Aug 21, 2024Updated Mar 13, 2026
Is it possible to add method `hasBody()`, which will return `true` if request has body, in order to understand that we need to read it using `onData`.
Source: uNetworking/uWebSockets