Skip to Content

restbed v4.8

Created
Updated

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.

# Usage

restbed provides CMake targets:

find_package(unofficial-restbed CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::restbed::restbed) 

# License

# Supported Platforms

!xbox

  • linux
  • osx
  • uwp
  • windows

    # Features

    No default features set.

    # openssl

    Secure over the wire communication allowing you to transmit private data online.

    Dependencies:

    No transitive dependencies.

    Host Dependencies:
    3 transitive dependencies:

    # Dependencies

    No transitive dependencies.

    # Host Dependencies

    No transitive dependencies.

    # Dependents

    No dependents.

    # Host Dependents

    No dependents.

    # Contributors

    • Tom Henoch's avatar Tom Henoch
    • wangli28's avatar wangli28
    • Stefano Sinigardi's avatar Stefano Sinigardi
    • Billy O'Neal's avatar Billy O'Neal
    • Mathis Logemann's avatar Mathis Logemann
    • chausner's avatar chausner
    • Cheney Wang's avatar Cheney Wang
    • Kai Pastor's avatar Kai Pastor
    • Chuck Walbourn's avatar Chuck Walbourn

    # Changelog

    • 5d2a0a9 Update xbox supports expressions for failing ports with copyleft licenses (#31770)
    • 8cd85cb [restbed] Fix usage (#30021)
    • c5fcecd [restbed] Adding unofficial usage (#29945)
    • 0ca4348 [restbed] Update to 4.8 (#21475)
    • 416bb1c [asio] update to version 1.18.0 (#14095) (#14167)
    • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
    • 726c111 [vcpkg] fatal_error when patch fails to apply (#8087)
    • 505eae9 [restbed] Add openssl feature (#7232)
    • de7bc03 Initial restbed port (#4232)

    # Source