Popularity
3.1
Declining
Activity
8.7
-
210
7
12

Programming language: Java
License: MIT License
Tags: Projects     HTTP Clients    
Latest version: v1.6.0

methanol alternatives and similar libraries

Based on the "HTTP Clients" category.
Alternatively, view methanol alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of methanol or a related project?

Add another 'HTTP Clients' Library

README

Visit the project website for more info.

Methanol

CI status Coverage Status Maven Central Javadoc

Java enjoys a neat, built-in HTTP client. However, it lacks key HTTP features like multipart uploads, caching and response decompression. Methanol comes in to fill these gaps. The library comprises a set of lightweight, yet powerful extensions aimed at making it much easier & more productive to work with java.net.http. You can say it's an HttpClient wrapper, but you'll see it almost seamlessly integrates with the standard API you might already know.

Methanol isn't invasive. The core library has zero runtime dependencies. However, special attention is given to object mapping, so integration with libraries like Jackson or Gson becomes a breeze.

Installation

Gradle

implementation 'com.github.mizosoft.methanol:methanol:1.6.0'

Maven

<dependency>
  <groupId>com.github.mizosoft.methanol</groupId>
  <artifactId>methanol</artifactId>
  <version>1.6.0</version>
</dependency>

Contributing

See CONTRIBUTING

License

MIT


*Note that all licence references and agreements mentioned in the methanol README section above are relevant to that project's source code only.