-
Notifications
You must be signed in to change notification settings - Fork 5
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
API / driver-http #315
Comments
what about
Or
|
the first solution it's not consistent :/ You don't have the same API to all method, and I don't like this. |
Why do you want the object version at first place? |
because it's generic and not change API ? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change API of http driver :
http(context)[method](url, body, options)
=>string
:http(context).head(url, body, options)
object
:http(context).head({ url, body, options })
what do you think @fabienjuif ?
The text was updated successfully, but these errors were encountered: