mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Add a changelog entry for #1502
This commit is contained in:
parent
cbe53ed79a
commit
cc697db730
@ -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>
|
|||||||
Host: <taken-from-URL>
|
Host: <taken-from-URL>
|
||||||
```
|
```
|
||||||
|
|
||||||
Any of these can be overwritten and some of them unset (see below).
|
All of these can be overwritten or unset (see below).
|
||||||
|
|
||||||
### Reading headers from a file
|
### Reading headers from a file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user