Registry / networking / proxygen

proxygen

JSON →
library2026.02.23.00vcpkgunverified

It comprises the core C++ HTTP abstractions used at Facebook.

vcpkg install proxygen
INSTALL
IMPORT
SIG · PROXYGEN
P
proxygen
networkingcppv2026.02.23.00
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

proxygen/lib/http/HTTPMessage.h
#include <proxygen/lib/http/HTTPMessage.h>

Create an HTTP GET message.

#include "proxygen/lib/http/HTTPMessage.h" #include <cstdio> int main() { proxygen::HTTPMessage msg; msg.setMethod("GET"); printf("Method: %s\n", msg.getMethodString().c_str()); return 0; }
Debug
Known issues
gotchaRequires linking with proxygen and its dependencies (e.g., folly, wangle).
fix
Use target_link_libraries with proxygen::proxygen and ensure all transitive dependencies are linked.
affects: *
Upgrade
Version history
2026.02.23.00latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

proxygen — pip install proxygen · libregistry