Skip to content

Commit 32a86ad

Browse files
authored
Update README.md
1 parent 0a9cf21 commit 32a86ad

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
@@ -84,6 +84,17 @@ make http requests easily in c++ using libcurl, contains two modules, raw http a
8484
8585
```c++
8686
87+
constructor:
88+
89+
Veridic();
90+
Veridic(URL);
91+
92+
void setURL(URL);
93+
94+
95+
96+
[VERIDIC]
97+
8798
int post(FIELDS, HEADERS, OPTIONAL endpoint, OPTIONAL type);
8899
int post(FIELDS, OPTIONAL endpoint, OPTIONAL type);
89100

0 commit comments

Comments
 (0)