1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
- <pkgmetadata>
- <maintainer type="person">
- <email>vikraman@gentoo.org</email>
- <name>Vikraman Choudhury</name>
- </maintainer>
- <longdescription lang="en">
- 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.
- </longdescription>
- <upstream>
- <remote-id type="pypi">httpie</remote-id>
- </upstream>
- </pkgmetadata>
|