mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1386183d11
- Update dependency version - Rename dependency to match standard Python package naming and support multiple/concurrent versions on httpie and py-http-prompt www/py-httpie: rename from www/httpie; fix dependencies; set NO_ARCH [2] www/Makefile: chase rename MOVED: document rename Changelog: - 0.7.0 * New feature: Shell substitution (#54, #61, #74) * New feature: Piping to shell (#61, #74) * New feature: Be able to delete all parameters of a given type (# - 0.8.0 * Add support for OPTIONS method (#84) * Fix highlighting bug with parameters starting with HTTP method names (#86) * Fix excessive newlines after headers and body (#89) PR: 213700 [1] PR: 213728 [2] Submitted by: Danilo G. Baio <dbaio@bsd.com.br> (maintainer)
9 lines
438 B
Plaintext
9 lines
438 B
Plaintext
HTTPie (pronounced aych-tee-tee-pie) 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.
|
|
|
|
WWW: https://github.com/jakubroztocil/httpie
|