kapilvgit / ohttp

Rust library for encapsulating HTTP messages in a cryptographic wrapper
Apache License 2.0
0 stars 1 forks source link

ohttp-client docker app does not support extra command line parameter #18

Open bodzhang opened 1 week ago

bodzhang commented 1 week ago

Running the Rust ohttp-client directly, one can specify command line parameters using -H, -O, -T, etc.

The ohttp-client docker app invokes a run.sh script, which support using env. variables to pass in parameters such as -target-path, file for -F, etc., but not -H, -O, -T parameters