Closed dbu closed 9 years ago
Why is the send
method protected? I think it should be public.
:+1:
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.
I know you didn't change that, just spotted it now.
Custom HTTP methods, GET requests with body.
Travis enabled.
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.
:+1:
ups, i will try to fix the build.
fix #7