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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,3 +3,12 @@ Using HttpClient in code that is unittested is seen as rather difficult, this li
3
3
4
4
This library is largly based on the HttpTest functionality from [Flurl](https://flurl.dev), but is focused around the use of HttpClient directly. Since I intend to replace my usage of Flurl.Http with this library, I kept the interface very similar.
5
5
6
+
# Todo before release
7
+
The following assertions should be able in the first release:
8
+
- WithRequestBody: Compare the body as text
9
+
- WithContentType: Or headers in the body of a httprequestmessage
0 commit comments