httpclient-interception icon indicating copy to clipboard operation
httpclient-interception copied to clipboard

A .NET library for intercepting server-side HTTP requests

Results 35 httpclient-interception issues
Sort by recently updated
recently updated
newest added

Update to .NET 7.

enhancement
dependencies

## Is your feature request related to a problem? Please describe. A new attribute, `[StringSyntax]`, is being added to .NET 7 that allows tools such as Visual Studio to provide...

enhancement

- Remove `net461` and `net5.0` TFMs, as those versions are no longer supported. - Add `net6.0` TFM. - Remove dependency on Newtonsoft.Json and just use System.Text.Json. - Update NuGet packages...

enhancement
dependencies

Consider adding asynchronous variants of the `RegisterBundle()` methods in `BundleExtensions`.

enhancement

Consider removing Newtonsoft.Json as a dependency and just using System.Text.Json instead.

Issues #247 and #248 have highlighted that making conditional behaviour can be too difficult and unintuitive to achieve. Consider implementing additional functionality to make it easy to add extra matching...

enhancement

There are times where we are setting up a number of requests to match in a test and as part of using the tooling to write the functionality we want...

Implements https://github.com/justeat/httpclient-interception/issues/249

### Is your feature request related to a problem? Please describe. I have an extension method which allows me to register responses for intercepted requests such that each subsequent request...

feature-request

- Add support for dynamically matching and producing HTTP headers. - Add missing null check. - Use `GITHUB_REF_NAME` instead of manipulating `GITHUB_REF`. Resolves #473.

bug
enhancement