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`.
Is it possible to add method
hasBody(), which will returntrueif request has body, in order to understand that we need to read it usingonData.