2 files changed
+27
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
15 | 40 | | |
16 | 41 | | |
17 | 42 | | |
| |||
- Includes/Libs/Contracts/interfaces.inc+4
- Includes/Libs/Contracts/libs.aliases.inc+5
- Includes/Libs/Implementations/implementations.inc+15
- Includes/Libs/Implementations/libs.aliases.inc+12
- Libs/HttpClient/Contracts/HttpDeleteClientIntf.pas+48
- Libs/HttpClient/Contracts/HttpGetClientIntf.pas+1-1
- Libs/HttpClient/Contracts/HttpHeadClientIntf.pas+48
- Libs/HttpClient/Contracts/HttpPostClientIntf.pas+2-2
- Libs/HttpClient/Contracts/HttpPutClientIntf.pas+48
- Libs/HttpClient/Implementations/Basic/Factories/HttpClientFactoryImpl.pas+111
- Libs/HttpClient/Implementations/Basic/HttpClientImpl.pas+92
- Libs/HttpClient/Implementations/Curl/Factories/HttpDeleteFactoryImpl.pas+62
- Libs/HttpClient/Implementations/Curl/Factories/HttpHeadFactoryImpl.pas+62
- Libs/HttpClient/Implementations/Curl/Factories/HttpPostFactoryImpl.pas+62
- Libs/HttpClient/Implementations/Curl/Factories/HttpPutFactoryImpl.pas+62
- Libs/HttpClient/Implementations/Curl/HttpDeleteImpl.pas+81
- Libs/HttpClient/Implementations/Curl/HttpHeadImpl.pas+152
- Libs/HttpClient/Implementations/Curl/HttpPostImpl.pas+4-4
- Libs/HttpClient/Implementations/Curl/HttpPutImpl.pas+80
- fano.cfg+1
0 commit comments