diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-17 11:36:16 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-17 11:36:16 -0400 |
commit | 65116e21030bc2b8ee7caeb1125c2c3a42f14575 (patch) | |
tree | 0e03b97b802e437d05321e8c43a82267d6ec55e4 /README.md | |
parent | add username support for user admin (diff) | |
download | stackbin-65116e21030bc2b8ee7caeb1125c2c3a42f14575.tar.gz stackbin-65116e21030bc2b8ee7caeb1125c2c3a42f14575.tar.bz2 stackbin-65116e21030bc2b8ee7caeb1125c2c3a42f14575.zip |
v0.0.2: add curl supportdev
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -47,6 +47,13 @@ This means that if your app is behind `http://example.com/stackbin/` then you wo http://example.com/stackbin/set +### Command line + +The application is designed primarily to be used with the web form, however, users can send data from the command line with curl. + + $ apt-cache show putty | curl https://example.com/stackbin/ -X POST --data-raw '@-' + https://example.com/stackbin/a2ee1780-f4c3-4672-bd47-e6ff0334b215 + ## Dependencies For a production stack on CentOS 7: |