Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ShaileshSurya/hammer

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
<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]>

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support for Request Context

* Added new API to request builder WithRequestContext(context.Context)
* Update to Documentation

Fixes: #9

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated Readme.

v0.1.0-alpha

Toggle v0.1.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Minor Changes to Readme