Skip to content
This repository was archived by the owner on Jan 16, 2018. It is now read-only.

Conversation

@dbu
Copy link
Contributor

@dbu dbu commented Oct 23, 2015

fix #7

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i guess we should do this, in case somebody extends the methods-client to add something on sendRequest

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@sagikazarmark
Copy link
Member

Why is the send method protected? I think it should be public.

@sagikazarmark
Copy link
Member

👍

@dbu
Copy link
Contributor Author

dbu commented Oct 23, 2015

i did not change that. hm, but good question. the use case would be custom HTTP methods? probably makes sense, will change that.

i ran the tests locally. can we enable travis for this repo? the .travis.yml file is present already.

@dbu dbu force-pushed the expose-underlying-client branch from 281b70c to 30a166a Compare October 23, 2015 13:05
@sagikazarmark
Copy link
Member

I know you didn't change that, just spotted it now.

Custom HTTP methods, GET requests with body.

Travis enabled.

@dbu
Copy link
Contributor Author

dbu commented Oct 23, 2015

made send public. now we also have a way to GET with a body without using the message factory. exposing the underlying HttpClient still makes sense.

@sagikazarmark
Copy link
Member

👍

dbu added a commit that referenced this pull request Oct 23, 2015
expose underlying HttpClient methods in HttpMethodsClient
@dbu dbu merged commit 337b3ea into master Oct 23, 2015
@dbu dbu deleted the expose-underlying-client branch October 23, 2015 13:07
@dbu
Copy link
Contributor Author

dbu commented Oct 23, 2015 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HTTP Methods Client implement HttpClient

3 participants