./www/py-httpie, Human-friendly command line HTTP client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.4nb1, Package name: py312-httpie-3.2.4nb1, Maintainer: imil

HTTPie is a command line HTTP client. Its goal is to make CLI interaction with
web services as human-friendly as possible. It provides a simple http command
that allows for sending arbitrary HTTP requests using a simple and natural
syntax, and displays colorized responses. HTTPie can be used for testing,
debugging, and generally interacting with HTTP servers.


Required to run:
[devel/py-curses] [devel/py-setuptools] [textproc/py-pygments] [devel/py-requests] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 373.683 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-13 21:03:00 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-httpie: fix for setuptools>=78
   2024-11-04 18:32:40 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-httpie: update to 3.2.4.

## [3.2.4](https://github.com/httpie/cli/compare/3.2.3...3.2.4) (2024-11-01)

- Fix default certs loading and unpin `requests`. \ 
([#1596](https://github.com/httpie/cli/issues/1596))
   2024-10-10 21:47:07 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-httpie: add tool dependency for py-setuptools
   2024-07-14 08:04:57 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-httpie: update to 3.2.3.

## [3.2.3]

- Fix SSL connections by pinning the `requests` version to `2.31.0`. ([#1583], \ 
[#1581])
- Make it possible to \ 
[unset](https://httpie.io/docs/cli/default-request-headers) the `User-Agent` and \ 
`Accept-Encoding` request headers. ([#1502]
   2023-07-30 17:41:40 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
Remove dependencies for Python 3.7
   2023-05-21 19:57:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-httpie: update to 3.2.2.

## 3.2.2

- Fixed compatibility with urllib3 2.0.0.
   2023-03-29 11:34:15 by Thomas Klausner | Files touched by this commit (96)
Log message:
*: use PYTHON_VERSION instead of _PYTHON_VERSION
   2022-10-25 09:59:08 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-httpie: updated to 3.2.1

3.2.1
- Improved support for determining auto-streaming when the `Content-Type` header \ 
includes encoding information.
- Fixed the display of the crash happening in the secondary process for update \ 
checks.

3.2.0
- Added a warning for notifying the user about the new updates.
- Added support for single binary executables.
- Added support for man pages (and auto generation of them from the parser \ 
declaration).
- Added `http --manual` for man pages & regular manual with pager.
- Added support for session persistence of repeated headers with the same name.
- Added support for sending `Secure` cookies to the `localhost` (and `.local` \ 
suffixed domains).
- Improved UI for the progress bars.
- Fixed redundant creation of `Content-Length` header on `OPTIONS` requests.
- Fixed blocking of warning thread on some use cases.
- Changed `httpie plugins` to the new `httpie cli` namespace as `httpie cli \ 
plugins` (`httpie plugins` continues to work as a hidden alias).
- Soft deprecated the `--history-print`.