Skip to Content

slick-net v1.2.2

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) 

# 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
  • kzhdev's avatar kzhdev

# Changelog

  • c816e9f [slick-net] update to v1.2.2 (#49405)
  • 909528c [slick-net] new port (#48474)

# Source