http-prompt

httpie / http-prompt

一个基于 HTTPie 的交互式命令行 HTTP 与 API 测试工具,提供自动补全、语法高亮等特性,让接口调试更高效。

Python 开发工具 API 测试 命令行工具 HTTPie 交互式终端 开发者工具

为什么值得看

编辑点评

适合喜欢终端工作流的开发者,能快速构造和发送 HTTP 请求,并利用补全减少重复输入。缺点是需要额外学习交互式命令,且项目维护不够活跃。若你常用 HTTPie 或想更直观地调试 REST API,值得一试。

Star 趋势

近 7 日
  • Star 总数9,109
  • 今日新增+0
  • 7 日增速0%
  • Fork345

同类项目

同场景 · 开发工具

项目文档

来自 GitHub README · master 分支
HTTP Prompt
===========

|PyPI| |Docs| |Build| |Coverage| |Discord|

HTTP Prompt is an interactive command-line HTTP client featuring autocomplete
and syntax highlighting, built on HTTPie_ and prompt_toolkit_.

|Asciinema|


Links
-----

* Home: https://http-prompt.com
* Documentation: https://docs.http-prompt.com
* Code: https://github.com/httpie/http-prompt
* Chat: https://httpie.io/chat


.. |PyPI| image:: https://img.shields.io/pypi/v/http-prompt.svg
    :target: https://pypi.python.org/pypi/http-prompt

.. |Docs| image:: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
    :target: http://docs.http-prompt.com/en/latest/?badge=latest

.. |Build| image:: https://github.com/httpie/http-prompt/workflows/Build/badge.svg
    :target: https://github.com/httpie/http-prompt/actions

.. |Coverage| image:: https://coveralls.io/repos/github/eliangcs/http-prompt/badge.svg?branch=master
    :target: https://coveralls.io/github/eliangcs/http-prompt?branch=master

.. |Discord| image:: https://img.shields.io/badge/chat-on%20Discord-brightgreen?style=flat-square
    :target: https://httpie.io/chat

.. |Asciinema| image:: https://asciinema.org/a/96613.png
    :target: https://asciinema.org/a/96613?theme=monokai&size=medium&autoplay=1&speed=1.5

.. _HTTPie: https://httpie.io
.. _prompt_toolkit: https://github.com/jonathanslenders/python-prompt-toolkit

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。