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

RestClient - allow setting request properties #289

Closed
rsoika opened this issue Aug 8, 2017 · 0 comments
Closed

RestClient - allow setting request properties #289

rsoika opened this issue Aug 8, 2017 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Aug 8, 2017

add a method to allow setting of request properties.

Example:

   RestClient restClient = new RestClient();
   restClient.setRequestProperty("Accept", "application/json");
   restClient.get(.....);
@rsoika rsoika added this to the 4.1.5 milestone Aug 8, 2017
rsoika added a commit that referenced this issue Aug 8, 2017
rsoika added a commit that referenced this issue Aug 8, 2017
issue #289
@rsoika rsoika added the testing label Aug 18, 2017
@rsoika rsoika closed this as completed Sep 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant