Florets
InspectorFloret
The InspectorFloret lets you browse through and share your requests and responses from within the application. Just shake your device (if you are using the default configuration).
MockFloret
The MockFloret helps you to easily mock your network requests for tests or to reproduce a bug. You can can use it to record the responses for later mocking and even is compatible to the Format used in the InspectorFloret.
NoCacheFloret
The NoCacheFloret modifies the designatedRequest and the response of a record to prevent returning cached data or writing data to the cache.
FindReplaceFloret
The FindReplaceFloret can be used to easily replace any part of a request or response by using a RecordModifier
MapRemoteFloret
The MapRemoteFloret can modify the url of a request before the request is performed. This is esp. helpful when using a staging or testing server.