Skip to content

0.1.0

Compare
Choose a tag to compare
@q231950 q231950 released this 25 Jan 12:49
· 15 commits to main since this release
20e0ef8

Cocoapods and Multiple Similar Requests

This release incorporates support to record the same request multiple times. If the same request (a duplicate) gets send multiple times the PersistentStubSource will record it as 2 distinct entries in the resulting stub file.

Here is a test that showcases the result of the change.

When serving requests The Stubborn Network consumes available stubs for a given request. This means that if the same request was stubbed 2 times it may be requested later on 2 times - a third request will not be served as a stub any more.

An additional change is support for Cocoapods.