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
<Request builder>: Support for PostForm
Added support for PostForm(). Essentially a wrapper around POST()
and adds the correct header. WithFormValues() then adds key-values
to the body.
Fixes: #2
author: ZachPlunkett <[email protected]>