Skip to content

libchttpx v1.5.8

Choose a tag to compare

@github-actions github-actions released this 17 Jul 21:09
· 3 commits to main since this release
8e3030e

golangci-lint logo

netcorelink/libchttpx

A powerful, cross-platform HTTP server library in C/C++ for building full-featured web servers


⚠️ Warning: Use the linux environment for stable library operation.

Linux

curl -s https://raw.githubusercontent.com/netcorelink/libchttpx/main/scripts/install.sh | sudo sh

Windows

iwr https://raw.githubusercontent.com/netcorelink/libchttpx/main/scripts/install.ps1 -UseBasicParsing | iex