The New Choices for HttpClient Tool #3807
tmtbe
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The New Choice for HttpClient Tool
Currently, popular Http Client Tools on the market include
Postman
andInsomnia
. While they are versatile, they have the following drawbacks:In response to these issues, we have developed
Postcat
as the next-generation HttpClient tool. It is built using Rust as the programming language, benefiting from Rust's cross-platform capabilities and Egui's immediate rendering mode.Postcat
demonstrates excellent performance, with almost negligible opening times. The initial core installation package is only 3MB in size, and even with the addition of built-in fonts anddeno-core
, the package size remains under 30MB.With Postcat, you can:
JavaScript
.Postcat
CLI. (Coming soon)Git
.Your projects, collections, specifications, and all other files support the following storage options:
And there's more!
deno-core
as the JavaScript runtime, providing comprehensive support for ES6.Currently, Postcat supports all features of HTTP requests, and its operations are almost identical to Postman. Tests using
deno-core
fully support ES6 syntax and event loops.Of course,
Postcat
still has its limitations. Being relatively new, it lacks extensive testing, and its features may not be as robust as those of established tools. We welcome everyone to try it out and provide valuable feedback.Github: https://github.com/tmtbe/postcat
Beta Was this translation helpful? Give feedback.
All reactions