All Projects → DiegoNighty → HTTP-Wrapper

DiegoNighty / HTTP-Wrapper

Licence: MIT license
A simple http wrapper

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to HTTP-Wrapper

json-serialization-benchmarking
Miscellaneous benchmarks for JSON serialization on JVM/Android
Stars: ✭ 48 (+269.23%)
Mutual labels:  serialization, gson
Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
Stars: ✭ 674 (+5084.62%)
Mutual labels:  serialization, gson
Tech1 Benchmarks
Java JMH Benchmarks repository. No Longer Supported.
Stars: ✭ 50 (+284.62%)
Mutual labels:  serialization, http-client
jim
Immediate Mode JSON Serialization Library in C
Stars: ✭ 35 (+169.23%)
Mutual labels:  serialization
urlpack
Pure JavaScript toolkit for data URLs (MessagePack, Base58 and Base62)
Stars: ✭ 51 (+292.31%)
Mutual labels:  serialization
Unity-SerializeReferenceExtensions
Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.
Stars: ✭ 255 (+1861.54%)
Mutual labels:  serialization
json struct
json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa
Stars: ✭ 279 (+2046.15%)
Mutual labels:  serialization
har-rs
A HTTP Archive format (HAR) serialization & deserialization library, written in Rust.
Stars: ✭ 25 (+92.31%)
Mutual labels:  serialization
zkits-requester
Zero dependency HTTP client.
Stars: ✭ 13 (+0%)
Mutual labels:  http-client
fennch
Modern fetch-based axios-like HTTP client for the browser and node.js
Stars: ✭ 12 (-7.69%)
Mutual labels:  http-client
edap
No description or website provided.
Stars: ✭ 22 (+69.23%)
Mutual labels:  serialization
android-http-client
Simple and lightweight HTTP client for Android
Stars: ✭ 13 (+0%)
Mutual labels:  http-client
bytes
Work with bytes and implement network protocols
Stars: ✭ 77 (+492.31%)
Mutual labels:  serialization
Json-to-Dart-Model
marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
Stars: ✭ 84 (+546.15%)
Mutual labels:  serialization
veriform
Security-oriented protobuf-like serialization format with "Merkleized" content hashing support
Stars: ✭ 114 (+776.92%)
Mutual labels:  serialization
matador
Take your appclication by the horns
Stars: ✭ 59 (+353.85%)
Mutual labels:  http-client
Shareaza
Shareaza is a peer-to-peer client for Windows that allows you to download any file-type found on several popular P2P networks.
Stars: ✭ 103 (+692.31%)
Mutual labels:  http-client
surge
Simple, specialised, and efficient binary marshaling
Stars: ✭ 36 (+176.92%)
Mutual labels:  serialization
req
Req is a batteries-included HTTP client for Elixir.
Stars: ✭ 453 (+3384.62%)
Mutual labels:  http-client
statoo
`statoo` is a super simple http GET tool for checking site health
Stars: ✭ 28 (+115.38%)
Mutual labels:  http-client

Contributors Forks Stargazers Issues


HTTP Wrapper

A Java 8 HTTP Wrapper Lib to deserialize the response!
Explore the docs »

Examples · Report Bug · Request Feature

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Repository

This is an example of how to list things you need to use the software and how to install them.

  • Gradle

    repositories {
       maven { 
            url 'https://jitpack.io' 
       }
    }
    
    dependencies {
    	implementation 'com.github.DiegoNighty:http-wrapper:2.5.0'
    }
  • Maven

    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
    		
    <dependency>
        <groupId>com.github.diegonighty</groupId>
        <artifactId>http-wrapper</artifactId>
        <version>2.5.0</version>
    </dependency>

Usage

In the test package here you can view a example code

For more examples, please refer to the Documentation

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].