Skip to content

"Share the Fun"

Latest
Compare
Choose a tag to compare
@vzsg vzsg released this 02 Feb 17:18
· 2 commits to master since this release

If setting CurlyOptions for every request is getting cumbersome, CurlyProvider is here to help. Global options passed to its initializer will be applied to all requests.

try services.register(CurlyProvider(globalOptions: [
    .sslCAFilePath("my-selfsigned-certs.crt")
]))