Skip to content

Commit 353b8fa

Browse files
authored
Update README.md
1 parent 31248d8 commit 353b8fa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
## basic struct request
2121

2222
```c++
23+
//#include "http/veridic"
2324

2425
Veridic Url("https://URL");
2526

@@ -97,6 +98,24 @@ make http requests easily in c++ using libcurl, contains two modules, raw http a
9798
<img src="https://user-images.githubusercontent.com/52190352/174459753-6037a866-b0c3-4012-89ef-83e08099a178.png" width="500px"/>
9899

99100

101+
## Include Headers
102+
103+
the structure is very flexible in case you want to use directly the one I put, as long as you add the .cpp code inside the **src/sources** folder and add it in the make like this
104+
105+
```php
106+
$(DIR_OBJ)/myFile.o
107+
108+
```
109+
110+
### http/veridic
111+
112+
#include "http/veridic.hpp"
113+
114+
### http/http
115+
116+
#include "http/http.hpp"
117+
118+
100119

101120
## functions and arguments
102121

0 commit comments

Comments
 (0)