kobweb
kobweb copied to clipboard
Add kotlinx serialization extension methods for HttpFetcher
See also: https://github.com/varabyte/kobweb/discussions/599
Essentially, add methods for all HTTP verbs (e.g. window.http.get<MyType>(...)) to this module: https://github.com/varabyte/kobweb/tree/main/common/kobwebx-serialization-kotlinx/ (or maybe make a sibling module if that ends up being an inappropriate place to put stuff)
(Set to 1.1 so this won't get lost in the noise in the future. Not against this going into 1.0 by any means though.)