borchero / Squid

Declarative and Reactive Networking for Swift.

Home Page:https://squid.borchero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http instead of https?

kevinrenskers opened this issue · comments

I'm using a local development server, which doesn't work over http. Yet Squid always loads everything over https. I see there's a usesSecureProtocol property but that has to be specified per request, not on the HttpService level. Am I missing something? 🤔

Awesome, thanks!