hen 0.22.0

Run protocol-aware API request collections from the command line or through MCP.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name = Dotenv Support Example

dotenv ./secrets/dotenv_support.env

$ API_ORIGIN = env("API_ORIGIN")
$ BUCKET_ENV = env("BUCKET_ENV")

---

Check environment

POST {{ API_ORIGIN }}
* X-Bucket-Env = {{ BUCKET_ENV }}

^ & status == 200