verano-http
verano-http copied to clipboard
Java HTTP Client in OOP style
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.12.7.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The code is: ``` public class AppTest { @Test public void httpPost() { final Response response = new Response( new ApiUrl().asString(), new Post( "/api/auth/login", new JsonBody( Json.createObjectBuilder().add( "username", "***" ).add(...
Update cactoos version to the latest released.
`JsonBody `provides empty string instead of a value
Let's override Request/Response `toString` methods to have more comprehensive view when an error occur.
`ObjectMapper `should be injectable into `DtoBody.Of`
Code coverage should not be below 80%
Create a header that will guarantee its uniqueness in header map.
Implement it
Let's create it