docs: document missing HttpClient features#445
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for missing HttpClient mocking features in Mockolate. The documentation covers HTTP method support, URI matching capabilities, and content matching strategies.
Changes:
- Documents all standard HTTP methods (GET, POST, PUT, DELETE, PATCH) with examples
- Adds URI matching documentation including scheme, host, port, path, and query filtering
- Documents string and binary content matching capabilities
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| README.md | Adds new sections documenting HTTP methods, URI matching, and content matching features |
| Docs/pages/special-types/01-httpclient.md | Mirrors README.md changes in the dedicated HttpClient documentation page |
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v1.1.0. |



This PR adds comprehensive documentation for missing
HttpClientmocking features in Mockolate. The documentation covers HTTP method support, URI matching capabilities, and content matching strategies.Key Changes: