diff --git a/README.md b/README.md index 5b246690..4cc2aec8 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,15 @@ # FsHttp [![Build & Tests](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml/badge.svg?branch=master)](https://github.com/fsprojects/FsHttp/actions/workflows/build-and-test.yml) [![NuGet Badge](https://buildstats.info/nuget/FsHttp)](https://www.nuget.org/packages/FsHttp) -

- logo -

- -FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that enables expressing HTTP requests in a legible style, while still being able to dig down into the underlying Http representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. +FsHttp ("Full Stack HTTP") is a "hackable HTTP client" that marries a legible style for the core pieces while still providing full access to the underlying HTTP representations for covering unusual cases. It's the best of both worlds: **Convenience and Flexibility**. * 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. * Usable as a **production-ready HTTP client** for applications powered by .NET (C#, VB, F#). +logo + 👍 Postman? ❤️ FsHttp! https://youtu.be/F508wQu7ET0 -**FsHttp** is developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message. +Developed and maintained by [@SchlenkR](https://github.com/schlenkr) and [@dawedawe](https://github.com/dawedawe). Feel free to leave us a message. A Simple Example ----------------