Curly icon indicating copy to clipboard operation
Curly copied to clipboard

Embrace the power of curl in Vapor 3 apps

Results 2 Curly issues
Sort by recently updated
recently updated
newest added

Currently, if libcurl returns an error code, it's simply bubbling up as an error code in a CurlyError. In an application that makes multiple requests, an error like "The URL...

enhancement

The cookiejar test can randomly fail when all tests are executed together, both in Xcode and on CircleCI. More investigation needed.

bug