lihaoyi / test

0 stars 0 forks source link

Scala-Native Support (500USD Bounty) #656

Open lihaoyi opened 4 months ago

lihaoyi commented 4 months ago

STTP Support Scala-Native via Curl. Requests-Scala should be able to support it via the same approach. We just need it to be wired into the Requests-Scala codebase, possibly refactoring out the actual making of the request into src-jvm/ and src-native/ platform-specific code.

Any platform-specific functionality that doesn't work on Scala Native should be called out, explained clearly, and their associated tests moved into platform-specific folders as well

To incentivize contribution, I'm putting a 500USD bounty on resolving this ticket. This is payable via bank transfer, and at my discretion in case of ambiguity. ID: 156 Original Author: lihaoyi

lihaoyi commented 4 months ago

I'll give this one a go 🙂 Original Author:domaspoliakas

lihaoyi commented 4 months ago

Just wanted to mention that I am still working on this and have not abandoned it! I have PRed HttpCookie to scala native now https://github.com/scala-native/scala-native/pull/3927 and I'll be looking at how to solve the issue of SSLContext next. Original Author:domaspoliakas