-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[Feature] Define http request in a .http file #758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think something similar was suggested by @dsego in this comment on #537, so there might be quite a bit of popular demand for such a feature. |
@GotoCode it’s coming—stay tuned! |
Awesome feature for autotests! Can I help somehow with it? |
|
Is this feature still on the roadmap? |
@stonecharioteer Yes, it is! No timeline yet, though. |
I have proposed a solution for such a feature in this feature request, maybe you'll find some inspiration there. |
@jakubroztocil Are there any updates on this matter? I've been needing this for quite a few years now and there might be people here, myself included, which would be willing to work on this. |
I guess, it's off the roadmap since Desktop app has more priority? |
Do we have any expectations to prioritize this feature in the following weeks/months? I can help with the code if no one already started to work on that. Can I get a green light? |
➕ 1️⃣ for this feature request ❣️ |
I'm also really interested in that one |
Do we have any news regarding this feature? I assume many people need it and will love it :) |
Yes, please make this happen 🙏 |
Bump on this @jakubroztocil |
+1 waiting for this |
+1 |
is this feature still developing? seems four years passed haha |
Yes, please make it happen 🙏 🙏 💟 |
Also waiting. It seems intuitive. Devs want to predefine requests and upload them them to their API's repo. Makes it ideal to collaborate |
What are the alternatives to httpie that can run a .http file? It's been 5 years, and it looks like this project is dead in the water? |
IntelliJ released a tool to run |
Any news here @jkbrzt?? |
Bonus for ability to add assertion capabilities so that entire test suites could be defined in .http files. |
Brilliant idea 🤩 @matthewadams |
This feature is much needed, hope to see it soon. My use case is to load all parameters from file and seem like no way to do it now unless this is implemented. |
I would love to see this feature. |
@GotoCode Is this feature still on the road-map? |
Would love to see it |
Time is passing by, really love to see this released. |
found another solution -> https://httpyac.github.io/ |
First of all, thanks for a great http client. I've recommended it to quite a few coworkers by now and a lot of appreciation has been returned!
Intellij has a build in http client which supports something called .http files.
https://blog.jetbrains.com/phpstorm/2017/09/editor-based-rest-client/
To sum up the above link you can define http request in a file and have them executed.
Being able to define a file with various http requests and have that file executed by httpie would be so awesome! This could be used for stress testing, integration testing or executed in a CI pipeline for various reasons and probably several other use cases.
Any comments?
The text was updated successfully, but these errors were encountered: