liblifthttp

Safe and easy to use C++17 HTTP client library. (by jbaldwin)

Liblifthttp Alternatives

Similar projects and alternatives to liblifthttp

  1. htmx

    671 liblifthttp VS htmx

    </> htmx - high power tools for HTML

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. gutenberg

    A fast static site generator in a single binary with everything built-in. https://www.getzola.org

  4. Pion WebRTC

    Pure Go implementation of the WebRTC API

  5. yadm

    87 liblifthttp VS yadm

    Yet Another Dotfiles Manager

  6. leapp

    75 liblifthttp VS leapp

    Leapp is the DevTool to access your cloud

  7. lowdefy

    55 liblifthttp VS lowdefy

    Build apps that AI can generate, humans can review, and teams can maintain. Config that works between code and natural language.

  8. rupy

    HTTP App. Server and JSON DB - Shared Parallel (Atomic) & Distributed

  9. kondo

    Cleans dependencies and build artifacts from your projects.

  10. Shynet

    22 liblifthttp VS Shynet

    Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.

  11. tera

    20 liblifthttp VS tera

    A template engine for Rust based on Jinja2/Django

  12. Nullboard

    Nullboard is a minimalist kanban board, focused on compactness and readability.

  13. GoJS, a JavaScript Library for HTML Diagrams

    JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.

  14. fselect

    Find files with SQL-like queries

  15. userver

    Production-ready C++ Asynchronous Framework with rich functionality

  16. asyncgi

    An asynchronous FastCGI web microframework for C++

  17. xatlas

    Mesh parameterization / UV unwrapping library

  18. iara

    The asynchronous framework for modern C++

  19. snipp.in

    Fast, Light-weight, Notes, Snippet manager and code editor directly inside your browser

  20. Tabula

    Extract tables from PDF files

  21. BitLib

    Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better liblifthttp alternative or higher similarity.

liblifthttp discussion

Log in or Post with

liblifthttp reviews and mentions

Posts with mentions or reviews of liblifthttp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-16.
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    https://github.com/jbaldwin/liblifthttp

    I created a C++17 HTTP client which is backed by curl and libuv (linux only! sorry windows). I think a lot of people have done this or something similar but almost all of the ones I looked at either exposed the curl api directly in some fashion or had extremely weak async support. So my main motivation was extremely easy asynchronous queries for high throughput with a very modern C++ API that has as good as you can get memory safety, or at least as good as modern C++ will let you get. No raw curl calls or api exposed at all. I used to find it extremely difficult to make C++ HTTP calls, now its a real breeze.

    My next project is a bit more ambitious: https://github.com/jbaldwin/libcoro/ -- I'd like to make a C++20 HTTP client from the ground up with first class coroutine support, and I'll be using lift as a benchmark to beat performance wise.

Stats

Basic liblifthttp repo stats
1
77
6.0
8 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com