(function() {var type_impls = { "awc":[["source§impl<S> Future for ResponseBody<S>where\n S: Stream<Item = Result<Bytes, PayloadError>>,§type Output = Result<Bytes, PayloadError>The type of value produced on completion.source§fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output>Attempt to resolve the future to a final value, registering\nthe current task for wakeup if the value is not yet available. Read more","Future","awc::responses::response_body::MessageBody"],["source§impl<S> ResponseBody<S>where\n S: Stream<Item = Result<Bytes, PayloadError>>,sourcepub fn new(res: &mut ClientResponse<S>) -> ResponseBody<S> ⓘCreates a body stream reader from a response by taking its payload.\nsourcepub fn limit(self, limit: usize) -> SelfChange max size limit of payload.\nThe default limit is 2 MiB.\n",0,"awc::responses::response_body::MessageBody"],["source§impl<'__pin, S> Unpin for ResponseBody<S>where\n __Origin<'__pin, S>: Unpin,","Unpin","awc::responses::response_body::MessageBody"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})()
Creates a body stream reader from a response by taking its payload.
Change max size limit of payload.
The default limit is 2 MiB.