Skip to Content

slick-net v1.2.1

Created
Updated

A modern C++20 networking library providing HTTP/HTTPS client, WebSocket/WebSocket Secure client, and HTTP streaming support built on Boost.Beast and Boost.Asio

# Usage

slick-net provides CMake targets:

find_package(slick_net CONFIG REQUIRED)
target_link_libraries(main PRIVATE slick_net::slick_net) 

# License

# Supported Platforms

!(uwp | arm)

  • linux
  • osx
  • windows-x64
  • windows-x86
  • uwp
  • windows-arm64

# Features

No features defined.

# Dependencies

and 52 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • freshthinking's avatar freshthinking

# Changelog

  • 909528c [slick-net] new port (#48474)

# Source