mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-24 18:03:06 +02:00
chore: add resource under cpp:libraries:poco
This commit is contained in:
@@ -69,3 +69,5 @@ 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/)
|
Reference in New Issue
Block a user