Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add withMethod combinator and fix "get", "post", "put", "patch" and "del" creators #335

Merged
merged 2 commits into from
Dec 10, 2020

Conversation

StefanoMagrassi
Copy link
Contributor

This PR:

  • adds a new withMethod combinator to set method on Request;
  • fixes utilities creators

fixes #332

@StefanoMagrassi StefanoMagrassi added this to the 3.2.0 milestone Dec 10, 2020
@StefanoMagrassi StefanoMagrassi self-assigned this Dec 10, 2020
@StefanoMagrassi StefanoMagrassi merged commit 4b20e6f into master Dec 10, 2020
@StefanoMagrassi StefanoMagrassi deleted the fix/332-set-method branch December 10, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix method for "get", "post", "put", "patch" and "del" request creators
1 participant