Skip to main content Link Menu Expand (external link) Document Search Copy Copied

An awaitable object, to get the request body at once. The default maximum upload size is 2MiB. You can change this with --client-max-body-size.

This will load the entire body into memory. Use request.stream() whenever possible.