import * as shed from "https://deno.land/x/shed@v0.1.0-pre.10/stream-response.ts";
Classes
If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately. | |
If for any reason you don't want to use streaming response bodies, you can use this class instead, which will buffer the entire body before releasing it to the network. Note that headers will still be sent immediately. | |