Giter Site home page Giter Site logo

easyhttpcpp's Introduction

EasyHttp

Job Status Build Status Build status

A cross-platform HTTP client library with a focus on usability and speed. Under its hood, EasyHttp uses POCO C++ Libraries and derives many of its design inspirations from okHttp, a well known HTTP client for Android and Java applications. Please check out Wiki for details.

Why another HTTP client?

Modern network applications need a powerful HTTP client. While we already have many well known C++ HTTP clients like, Poco::Net, Boost.Asio, cpprestsdk to name a few, they often lack features like a powerful response cache, HTTP connection pooling, debuggability etc which we all take it for granted for libraries targeted towards Android or iOS platforms. EasyHttp tries to fill that gap.

Features

  • Powerful and easy to use HTTP client with synchronous and asynchronous apis.
  • HTTP connection pooling support to reduce latency.
  • HTTP response caching to optimize repeat requests.
  • Hackable HTTP request/response with a concept of okHttp style Interceptors.
  • Cross-platform and highly portable to many platforms.
  • Automatic recovery during faulty network connections.
  • Secure by default. Obsolete protocols like SSLv2, SSLv3 are disabled by default.
  • Comprehensibly tested and is used internally in various Sony projects.

Getting Started

Installation

See Installing EasyHttp.

Samples

See samples. Also checkout common use-cases.

Api doc

See wiki for building api doc.

Library build options

See Build options.

License

This library is distributed under The MIT license. See LICENSE and NOTICE for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.