File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ forge install Recon-Fuzz/solidity-http
1010
1111### Usage
1212
13- ### 1. Import the library
13+ #### 1. Import the library
1414
1515``` solidity
1616import {HTTP} from "solidity-http/HTTP.sol";
1717```
1818
19- ### 2. Build and send your request
19+ #### 2. Build and send your request
2020
2121Use builder functions to compose your request with headers, body, and query parameters.
2222
@@ -39,7 +39,7 @@ contract MyScript is Script {
3939}
4040```
4141
42- ### 3. Enable FFI
42+ #### 3. Enable FFI
4343
4444This library relies on Foundry's [ FFI cheatcode] ( https://book.getfoundry.sh/cheatcodes/ffi.html ) to call external processes. Enable it by:
4545
@@ -58,7 +58,7 @@ ffi = true
5858
5959---
6060
61- ## Requirements
61+ ### Requirements
6262
6363- Foundry with FFI enabled:
6464 - Either pass ` --ffi ` to commands (e.g. ` forge test --ffi ` )
You can’t perform that action at this time.
0 commit comments