Skip to content

Commit

Permalink
docs: update readme todos (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawalli authored Dec 7, 2024
1 parent 4c9d97f commit c94d409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ a request. Using `http.NoBody` indicates to the `net/http` package that the requ
## Todo

- [x] Extend `httptest.Server` to provide a single implementation
- [ ] Request URL matcher
- [x] Request matcher functions
- [x] Request header matching (implemented with matcher functions feature)
- [ ] Response custom function
- ~~[ ] Request URL matcher~~ _(can be implemented with matcher functions feature)_
- ~~[ ] Request header matching~~ _(can be implemented with matcher functions feature)_
- [x] Response custom function

## License

Expand Down

0 comments on commit c94d409

Please sign in to comment.