1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-15 12:49:43 +01:00

chore: add resource under cpp:libraries:poco

This commit is contained in:
roadmap bot 2023-06-11 18:42:48 +01:00
parent 78cf88fbd9
commit ba65dec596

View File

@ -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.
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/)