eclipse / microprofile-rest-client

MicroProfile Rest Client
Apache License 2.0
142 stars 72 forks source link

[283] Add new RestClientBuilder method for adding headers. #378

Closed WhiteCat22 closed 4 months ago

WhiteCat22 commented 4 months ago

Add a new RestClientBuilder.header(String, Object) method to add headers.

fixes #283

WhiteCat22 commented 4 months ago

The framework for ClientBuilderHeaderTest was copied from ClientHeaderParamTest