= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The type for request bodies.contents A body is a function that yields byte chunks of the request body as Some (bytes, pos, len)
values. The bytes value must not be modified and is readable from pos
to pos+len
until the next call to the function. The function returns None
at the end of stream.