You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-08-10 22:42:05 +02:00
Add a changelog entry for #1502
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
This document records all notable changes to [HTTPie](https://httpie.io).
|
This document records all notable changes to [HTTPie](https://httpie.io).
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/).
|
This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
|
|
||||||
|
## [3.3.0-dev](https://github.com/httpie/httpie/compare/3.2.2...master) (unreleased)
|
||||||
|
|
||||||
|
- Make it possible to [unset](https://httpie.io/docs/cli/default-request-headers) the `User-Agent`, `Accept-Encoding`, and `Host` request headers. ([#1502](https://github.com/httpie/httpie/issues/1502))
|
||||||
|
|
||||||
## [3.2.2](https://github.com/httpie/httpie/compare/3.2.1...3.2.2) (2022-05-19)
|
## [3.2.2](https://github.com/httpie/httpie/compare/3.2.1...3.2.2) (2022-05-19)
|
||||||
|
|
||||||
- Fixed compatibility with urllib3 2.0.0. ([#1499](https://github.com/httpie/httpie/issues/1499))
|
- Fixed compatibility with urllib3 2.0.0. ([#1499](https://github.com/httpie/httpie/issues/1499))
|
||||||
|
@@ -1174,7 +1174,7 @@ User-Agent: HTTPie/<version>
|
|||||||
```bash
|
```bash
|
||||||
$ http pie.dev/headers 'Header;'
|
$ http pie.dev/headers 'Header;'
|
||||||
```
|
```
|
||||||
|
|
||||||
Please note that some internal headers, such as `Content-Length`, can’t be unset if
|
Please note that some internal headers, such as `Content-Length`, can’t be unset if
|
||||||
they are automatically added by the client itself.
|
they are automatically added by the client itself.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user