verano-http icon indicating copy to clipboard operation
verano-http copied to clipboard

Java HTTP Client in OOP style

Results 13 verano-http issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.12.6.1&new-version=2.12.7.1)](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...

dependencies

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.

Let's create it