Open
Description
Is your feature request related to a problem? Please describe.
This is not related to a bug. I started implementing a libsoup abstraction library a while ago but had a few questions:
- In
CONTRIBUTING.md
, it says that it is "mostly to be used in gjs and lua." Does this mean it should be implemented in ts and lua inlang/
? This lib would make HTTP requests in vala easier so that would seem like a waste - What libsoup version should be used(2.4 or 3)?
- If we're taking the vala approach, is it fine if a
headers
parameter takes a GLib.HashTable obj? I'm asking since no one has ever used aGlib.HashTable
in gjs (except 1 person on github 💀).