Releases: Hi-Fi/tcp-mocker-server
Releases · Hi-Fi/tcp-mocker-server
Spring Boot 2 + Spring 5
Removal of accidentally left file
0.0.5 Removed ResponseAggregator-class
Cache import and export (as JSON)
Release 0.0.4 Export and import of cache added
XML regexp fixes
0.0.3 Release 0.0.3
Fix modification of cached response
0.0.2 Release 0.0.2
Initial release
- TCP server that can be used to mock and cache the requests to real servers.
- Caching doesn't work well with HTTP, as response might come to different thread than request was sent from.
- Uses Spring integration