|
1 |
| -# FsHttp [](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml) [](https://www.nuget.org/packages/FsHttp) |
| 1 | +<div align="center"> |
| 2 | + <h2>🎁 <strong>Win a PXL-Clock - Watch How on YouTube</strong> 🎁</h2> |
| 3 | + <a href="https://youtu.be/q5-QTpEMGdU"><img src="https://img.youtube.com/vi/q5-QTpEMGdU/0.jpg" alt="Watch the PXL-JAM video" style="width: 60%;"></a> |
| 4 | + <p>YouTube</p> |
| 5 | +</div> |
2 | 6 |
|
3 |
| -<img align="right" width="200" alt='logo' src='https://raw.githubusercontent.com/fsprojects/FsHttp/master/docs/img/logo_big.png' /> |
| 7 | +The PXL PAM 2024 is a fun and engaging way to come together and have a joyful time! |
| 8 | +Watch the video or check out our [PXL-JAM repo](https://github.com/CuminAndPotato/PXL-JAM/)! |
4 | 9 |
|
5 |
| -FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that offers a legible style for the basics while still affording full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. |
| 10 | +--- |
| 11 | + |
| 12 | +# FsHttp [](https://github.com/schlenkr/FsHttp/actions/workflows/build-and-test.yml) [](https://www.nuget.org/packages/FsHttp) |
| 13 | + |
| 14 | +<img align="right" width="200" alt='logo' src='https://raw.githubusercontent.com/schlenkr/FsHttp/master/docs/img/logo_big.png' /> |
| 15 | + |
| 16 | +FsHttp is a "hackable HTTP client" that offers a legible style for the basics while still affording full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. |
6 | 17 |
|
7 | 18 | * 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 | 19 | * Usable as a **production-ready HTTP client** for applications powered by .NET (C#, VB, F#).
|
9 | 20 |
|
10 | 21 | 👍 Postman? ❤️ FsHttp! https://youtu.be/F508wQu7ET0
|
11 | 22 |
|
12 |
| -Developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message. |
13 |
| - |
14 | 23 | ## Documentation
|
15 | 24 |
|
16 |
| -* 📖 Please see [FsHttp Documentation](https://fsprojects.github.io/FsHttp) site for detailed documentation. |
17 |
| -* 🧪 In addition, have a look at the [Integration Tests](https://github.com/fsprojects/FsHttp/tree/master/src/Tests) that show various library details. |
| 25 | +* 📖 Please see [FsHttp Documentation](https://schlenkr.github.io/FsHttp) site for detailed documentation. |
| 26 | +* 🧪 In addition, have a look at the [Integration Tests](https://github.com/schlenkr/FsHttp/tree/master/src/Tests) that show various library details. |
18 | 27 |
|
19 | 28 | ### F# syntax example
|
20 | 29 |
|
@@ -59,7 +68,7 @@ await Http
|
59 | 68 | ### Release Notes / Migrating to new versions
|
60 | 69 |
|
61 | 70 | * See https://www.nuget.org/packages/FsHttp#release-body-tab
|
62 |
| -* For different upgrade paths, please read the [Migrations docs section](https://fsprojects.github.io/FsHttp/Release_Notes.html). |
| 71 | +* For different upgrade paths, please read the [Migrations docs section](https://schlenkr.github.io/FsHttp/Release_Notes.html). |
63 | 72 |
|
64 | 73 | ## Building
|
65 | 74 |
|
|
0 commit comments