mirror of
https://github.com/httpie/cli.git
synced 2024-11-23 00:03:18 +01:00
51 lines
2.3 KiB
XML
51 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
|
<metadata>
|
|
<id>httpie</id>
|
|
<version>3.2.2</version>
|
|
<summary>Modern, user-friendly command-line HTTP client for the API era</summary>
|
|
<description>
|
|
HTTPie *aitch-tee-tee-pie* is a user-friendly command-line HTTP client for the API era.
|
|
It comes with JSON support, syntax highlighting, persistent sessions, wget-like downloads, plugins, and more.
|
|
|
|
The project's goal is to make CLI interaction with web services as human-friendly as possible. HTTPie is designed for testing, debugging, and generally interacting with APIs and HTTP servers.
|
|
The `http` and `https` commands allow for creating and sending arbitrary HTTP requests. They use simple and natural syntax and provide formatted and colorized output.
|
|
|
|
Main features:
|
|
|
|
- Built-in JSON support
|
|
- Colorized and formatted terminal output
|
|
- Sensible defaults for the API era
|
|
- Persistent sessions
|
|
- Forms and file uploads
|
|
- HTTPS, proxies, and authentication support
|
|
- Support for arbitrary request data and headers
|
|
- Wget-like downloads
|
|
- Extensions API
|
|
- Expressive and intuitive syntax
|
|
- Linux, macOS, Windows, and FreeBSD support
|
|
- All that and more in 2 simple commands: `http` + `https`
|
|
</description>
|
|
<title>HTTPie</title>
|
|
<authors>HTTPie</authors>
|
|
<owners>jakubroztocil</owners>
|
|
<copyright>2012-2022 Jakub Roztocil</copyright>
|
|
<licenseUrl>https://raw.githubusercontent.com/httpie/httpie/master/LICENSE</licenseUrl>
|
|
<iconUrl>https://pie-assets.s3.eu-central-1.amazonaws.com/LogoIcons/GB.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<releaseNotes>See the [changelog](https://github.com/httpie/httpie/releases/tag/3.2.2).</releaseNotes>
|
|
<tags>httpie http https rest api client curl python ssl cli foss oss url</tags>
|
|
<projectUrl>https://httpie.io</projectUrl>
|
|
<packageSourceUrl>https://github.com/httpie/httpie/tree/master/docs/packaging/windows-chocolatey</packageSourceUrl>
|
|
<projectSourceUrl>https://github.com/httpie/httpie</projectSourceUrl>
|
|
<docsUrl>https://httpie.io/docs</docsUrl>
|
|
<bugTrackerUrl>https://github.com/httpie/httpie/issues</bugTrackerUrl>
|
|
<dependencies>
|
|
<dependency id="python3" version="3.7" />
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
</files>
|
|
</package>
|