Flurl
URL client
A modern, testable URL builder and HTTP client for .NET.
Fluent URL builder and testable HTTP client for .NET
4k stars
101 watching
390 forks
Language: C#
last commit: 3 months ago
Linked from 3 awesome lists
c-sharpdotnethttprest-clienturl-builder
Related projects:
Repository | Description | Stars |
---|---|---|
dotnet/httprepl | A lightweight command-line tool for making HTTP requests to test and view ASP.NET Core web API results | 701 |
gavv/httpexpect | A toolkit for building and testing HTTP/REST APIs with a focus on ease of use and flexibility | 2,569 |
astaxie/bat | A command-line tool that allows users to interact with HTTP servers in a human-friendly way. | 2,552 |
apiaryio/dredd | Tool for validating API implementations against their own documentation | 4,192 |
microsoft/playwright-dotnet | A .NET port of Playwright, allowing C# developers to automate Chromium, Firefox and WebKit browsers with a single API. | 2,526 |
qustavo/httplab | An interactive web server for inspecting and manipulating HTTP requests and responses | 4,057 |
xmendez/wfuzz | A tool to automatically generate and test web application inputs for security vulnerabilities | 5,978 |
melbournedeveloper/urls | A .NET library for creating and manipulating URLs in a fluent, record-based way | 20 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,360 |
easynetq/easynetq | An API for connecting to RabbitMQ and sending messages | 2,910 |
facebook/proxygen | Provides a set of C++ libraries and frameworks for building modern HTTP servers and clients. | 8,168 |
square/okhttp | A robust and efficient HTTP client for interacting with web services | 45,977 |
orange-opensource/hurl | A command line tool for testing and running HTTP requests with plain text format. | 13,431 |
php-http/httplug | An HTTP client abstraction providing an asynchronous and synchronous interface for making HTTP requests in PHP. | 2,576 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,529 |