Skip to content

Commit 5a683b2

Browse files
authored
Update README.md
1 parent d3c38a7 commit 5a683b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@
1717
./bin/bin
1818
1919
```
20+
## basic struct request
21+
22+
```c++
23+
24+
Veridic Url("https://URL");
25+
26+
string data = url.get();
27+
28+
cout << data;
29+
30+
```
2031
2132
2233
# curl-http-wrapper

0 commit comments

Comments
 (0)