FsHttp
FsHttp copied to clipboard
Unify signatures for query and formUrlEncoded
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()?