You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FsHttp ("Full Stack HTTP") is a "hackable HTTP client". It's purposes are:
7
+
FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that enables expressing HTTP requests in a legible style, while still being able to access the underlying Http representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**.
6
8
7
9
* Use it as a replacement for `.http` files, *VSCode's REST client*, *Postman*, and other tools as an **interactive and programmable playground** for HTTP requests.
8
10
* Usable as a **production-ready HTTP client** for applications powered by .Net (C#, VB, F#).
9
11
10
-
👍Postman? ❤️ FsHttp!
11
-
12
-
https://youtu.be/F508wQu7ET0
13
-
14
-
The design principle behind FsHttp is to specify HTTP requests in a most convenient and readable way, while still being able to access the underlying Http representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**.
12
+
👍Postman? ❤️ FsHttp! https://youtu.be/F508wQu7ET0
15
13
16
14
**FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message.
0 commit comments