Skip to content

Commit a988076

Browse files
SchlenkRSchlenkR
authored andcommitted
FsHttp Studio
1 parent 6d6b85f commit a988076

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,26 @@ FsHttp is a "hackable HTTP client" that offers a legible style for the basics wh
4545

4646
---
4747

48+
## FsHttp Studio - A VS Code Extension for FsHttp
49+
50+
👍 Postman? ❤️ FsHttp Studio!
51+
52+
Check out [FsHttp.Studio](https://github.com/tw0po1nt/FsHttp.Studio) by [@tw0po1nt](https://github.com/tw0po1nt) - a wonderful VS Code extension that takes the "FsHttp as a Postman alternative" idea to the next level:
53+
54+
* A "Run request" button right above every `http { }` block in your F# scripts
55+
* Rich response rendering directly in the editor: JSON as collapsible trees, images inline, HTML as rendered pages
56+
* Status code, timing and response size at a glance
57+
58+
<p align="center">
59+
<a href="https://github.com/tw0po1nt/FsHttp.Studio">
60+
<img alt="FsHttp.Studio demo" src="https://raw.githubusercontent.com/tw0po1nt/FsHttp.Studio/main/media/demo.gif" />
61+
</a>
62+
</p>
63+
64+
It's available on the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=twopoint.fshttp-studio). A big thank you to @tw0po1nt for putting love and effort into making F# and FsHttp even more accessible and fun to use :)
65+
66+
---
67+
4868
## Documentation
4969

5070
* 📖 Please see [FsHttp Documentation](https://fsprojects.github.io/FsHttp) site for detailed documentation.

0 commit comments

Comments
 (0)