From ba65dec596854940213a1e7cda613a4d9f47bf79 Mon Sep 17 00:00:00 2001 From: roadmap bot <135830415+roadmap-bot@users.noreply.github.com> Date: Sun, 11 Jun 2023 18:42:48 +0100 Subject: [PATCH] chore: add resource under cpp:libraries:poco --- src/data/roadmaps/cpp/content/libraries/102-poco.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/cpp/content/libraries/102-poco.md b/src/data/roadmaps/cpp/content/libraries/102-poco.md index 45a4cb390..b22e371e3 100644 --- a/src/data/roadmaps/cpp/content/libraries/102-poco.md +++ b/src/data/roadmaps/cpp/content/libraries/102-poco.md @@ -68,4 +68,6 @@ int main() } ``` -In the above example, Poco is used to send an HTTP GET request and process the response. It manages tasks like connecting to the server, handling exceptions, and managing HTTP headers. \ No newline at end of file +In the above example, Poco is used to send an HTTP GET request and process the response. It manages tasks like connecting to the server, handling exceptions, and managing HTTP headers. + +- [Official Docs for Poco Library](https://docs.pocoproject.org/) \ No newline at end of file