OLD | NEW |
1 ## 0.10.0 | 1 ## 0.10.0 |
2 | 2 |
3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` | 3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` |
4 to indicate an unknown content length rather than -1. | 4 to indicate an unknown content length rather than -1. |
5 | 5 |
6 * The `contentLength` parameter to `new BaseResponse` is now named rather than | 6 * The `contentLength` parameter to `new BaseResponse` is now named rather than |
7 positional. | 7 positional. |
8 | 8 |
9 * Make request headers case-insensitive. | 9 * Make request headers case-insensitive. |
| 10 |
| 11 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions. |
OLD | NEW |