ursus
11/04/2023, 12:14 PMjw
11/04/2023, 12:14 PMursus
11/04/2023, 12:15 PMjw
11/04/2023, 12:19 PMursus
11/04/2023, 12:22 PMjw
11/04/2023, 12:23 PMTextFormat
type which is in serialization core. It doesn't actually know anything about whether you're using JSON, XML, HTML, TOML, etc. The same is true for BinaryFormat
and protobuf, CBOR, etc.ursus
11/04/2023, 12:25 PMjw
11/04/2023, 12:27 PMursus
11/04/2023, 12:28 PMsealed
stuff?hfhbd
11/04/2023, 12:28 PMjw
11/04/2023, 12:30 PMhfhbd
11/04/2023, 12:35 PMursus
11/04/2023, 12:35 PMjw
11/04/2023, 12:38 PMursus
11/04/2023, 12:42 PMjw
11/04/2023, 12:54 PMursus
11/04/2023, 12:56 PMjw
11/04/2023, 1:01 PMursus
11/04/2023, 1:02 PMAuthenticator
and Intereceptors
now magically become multiplatform? And I'll only need to swap the engine's engine? 😀jw
11/04/2023, 1:12 PMursus
11/04/2023, 1:13 PMjw
11/04/2023, 1:14 PMursus
11/04/2023, 1:15 PMYou can write a simple interface for an HTTP client and then implement it natively on each platform. That's what we do today, basically a single suspending function that takes a request and returns a response.
Isn't that reimplementing ktor?
jw
11/04/2023, 1:19 PMursus
11/04/2023, 1:21 PMjw
11/04/2023, 2:03 PMursus
11/04/2023, 2:05 PMjw
11/04/2023, 2:26 PMursus
11/04/2023, 2:33 PMjw
11/04/2023, 3:51 PMursus
11/04/2023, 7:48 PM