borchero / Squid

Declarative and Reactive Networking for Swift.
https://squid.borchero.com
MIT License
71 stars 6 forks source link

http instead of https? #21

Closed kevinrenskers closed 4 years ago

kevinrenskers commented 4 years ago

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? 🤔

borchero commented 4 years ago

Check out https://github.com/borchero/Squid/releases/tag/1.5.0 ;)

kevinrenskers commented 4 years ago

Awesome, thanks!