cauli
cauli copied to clipboard
Debug Networking
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
The changes in this PR follow the idea to have enough information in the README to create a custom floret, without the need to open the docs. Solves #221
This PR adds an extension for URLRequest to transform a request to a cURL command. So far the cURL extension is not hooked up to any UI component since I'm...
- [ ] write ticket - [ ] self review - [ ] update commit message
In my current project I don't want to add the files to the Xcode project. I only need it temporary for the simulator. ```swift mockFloret.addMapping(forUrl: url) { (_, floret) ->...
https://github.com/cauliframework/cauli/pull/220#discussion_r593902702
As someone who just wants to checkout the project on GitHub, I'd rather stay on GitHub, instead of jumping to the documentation to actually see how to use a Floret....
When using the InspectorViewController, it would be great to be able to copy the request as a curl command.
I often use [Charles](https://www.charlesproxy.com) proxy to [map requests](https://www.charlesproxy.com/documentation/tools/map-remote/) from production to staging or another environment. I hereby propose a floret that can do the same without the use of Charles...