add new goal to the readme

This commit is contained in:
Pavel 2021-05-21 09:52:52 +03:00
parent 60003ef9cc
commit b08ba6f6cd

View File

@ -122,5 +122,6 @@ In order to use unsupported serializer you should create a decorator which imple
- [x] Add methods for easier throwing of exceptions listed in previous entry.
- [x] `replyWithCallback` - reply using specified callback.
- [x] `replyWithFactory` - reply using specified response factory (provide corresponding interface).
- [ ] `symfony/http-client` support.
- [ ] Compare XML bodies using `DOMDocument`, fallback to text comparison in case of problems.
- [ ] Document everything (with examples if its feasible).