You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, the main problem here is parsing DynamicAccess, which is currently unsupported. It'll require restructuring how the data is stored in the parser, because getting maps from a flat key-value-list is not that easy. Especially if you consider more complex cases like DynamicAcces<String, { ?foo:String, ?bar:Int }>.
Yeah, but headers are basically a key-value list too ... both get parsed via tink_querystring, which despite its name is not that query string specific ^^
and a request with
?bar-foo=a&bar-baz=b
would be translated to{foo:'a', baz:'b'}
in Haxe.Any thoughts?
The text was updated successfully, but these errors were encountered: