Skip to content

Commit 42c3287

Browse files
committed
More cleanup
1 parent e5c0f56 commit 42c3287

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@ FsHttp [![Build & Tests](https://github.com/fsprojects/FsHttp/actions/workflows/
44
<img src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' alt='logo' width='300' />
55
</p>
66

7-
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**.
88

99
* 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.
1010
* Usable as a **production-ready HTTP client** for applications powered by .Net (C#, VB, F#).
1111

12-
👍Postman? ❤️ FsHttp!
13-
14-
https://youtu.be/F508wQu7ET0
15-
16-
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
1713

1814
**FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message.
1915

0 commit comments

Comments
 (0)