FluentHttpClient icon indicating copy to clipboard operation
FluentHttpClient copied to clipboard

A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.

Results 6 FluentHttpClient issues
Sort by recently updated
recently updated
newest added

I interface with a 3rd party API and I know that my requests will be rejected if they exceed a given maximum size. For example, I can attach multiple files...

Currently the FluentHttpClient allows us to handle scenarios where a request fails (presumably due to a transient problem) and waiting a brief moment allows us to dispatch the exact same...

enhancement

Any chance of strong naming this package?

enhancement

![image](https://github.com/Pathoschild/FluentHttpClient/assets/12803050/f54175fc-fad5-46ac-8ac5-5967ac731f63) ![image](https://github.com/Pathoschild/FluentHttpClient/assets/12803050/e8d3b672-5b64-43a3-b972-8b146bf16cb1)

After making a simple request by sending a file, it is blocked for manipulation by another process, for example deleting the file itself. I believe these methods would need some...

I created an API, and the logic within this API requires calling a third-party interface to obtain data. However, when using JMeter for stress testing, the concurrency is only in...

question