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
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,26 @@ FsHttp is a "hackable HTTP client" that offers a legible style for the basics wh
45
45
46
46
---
47
47
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
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
+
48
68
## Documentation
49
69
50
70
* 📖 Please see [FsHttp Documentation](https://fsprojects.github.io/FsHttp) site for detailed documentation.
0 commit comments