FsHttp icon indicating copy to clipboard operation
FsHttp copied to clipboard

Unify signatures for query and formUrlEncoded

Open SchlenkR opened this issue 3 years ago • 0 comments

Either use (string * string) list or (string * obj) list for both query and formUrlEncoded functions. (string * string) list might be a better choice so value formatting must be done by the user. Or is it ok to implicitly use ToString()?

SchlenkR avatar Apr 26 '22 19:04 SchlenkR