gliderlabs / cmd

Other
28 stars 4 forks source link

stdin support on the Run API via POST #104

Closed necrogami closed 1 year ago

necrogami commented 7 years ago

This would allow someone to create a bulk data via stdin availability inside a http post command.

progrium commented 7 years ago

If we support CGI then the body of the request will always be used for stdin, and you'll also get request info as environment variables.