http 0.10.0 http: ^0.10.0 copied to clipboard
A composable, Future-based API for making HTTP requests.
0.10.0 #
-
Make
BaseRequest.contentLength
andBaseResponse.contentLength
usenull
to indicate an unknown content length rather than -1. -
The
contentLength
parameter tonew BaseResponse
is now named rather than positional. -
Make request headers case-insensitive.