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
I have a couple things missing, let me know if you'll accept a pull request:
In the As{String,Byte...) family of functions, I'm missing AsJson(&jsonStruct),
In the As{String,Byte...} family of functions, I'm missing the response status code. In order not to break backwards compatibility, we can add AsStringStatus() (sstring, status int, err error).
Accept url.Values for url parameters. Say, add a ParamForm function. To be more consistent with the http pacakge
If that's OK, I'll submit a pull request.
Thanks,
Elazar
The text was updated successfully, but these errors were encountered:
Hi,
I have a couple things missing, let me know if you'll accept a pull request:
If that's OK, I'll submit a pull request.
Thanks,
Elazar
The text was updated successfully, but these errors were encountered: