You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to evaluate what other areas might benefit from this. Possibilities:
SetQueryParams
WithHeaders
WithCookies
AddStringParts (multipart)
Various things in HttpCallAssertion
Searching for ToKeyValuePairs is a good way to identify candidates. This doesn't necessarily mean it needs to be added everywhere. Not a breaking change so this doesn't need to get out for 3.0.
Intending to put in a pull request for headers to allow for the passing of tuples something along these lines:
request.WithHeaders(("Accept", "application/json"), ("host", "localhost"), ("etc", "etc"))
The text was updated successfully, but these errors were encountered: