Represents the body of an HTTP message, allowing for handling of various body types like streams, strings, buffers, and more.
Provides utilities for creating a body instance and transforming it into an HTTP response.
Optional
Readonly
Retrieves the readable stream from the inner body if it has not been consumed.
Ensures that the body is readable before accessing it.
if the body has already been consumed.
Static
Represents the body of an HTTP message, allowing for handling of various body types like streams, strings, buffers, and more.
Provides utilities for creating a body instance and transforming it into an HTTP response.