You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#9: Made the extract method throw an exception if a non curl string is passed to it.
#9: Refactored the CurlInput::extract function to have less duplicated code.
#9: Added github workflow to unit tests the application. Removed the added composer.lock file
#7: Reworked how the curl commands are parsed. Also added proxy to the list of flags that are detected. Allowed headers to be added individually. Added a couple of edge cases to the test suite.