//
pkg.gl
Category
github.com/beefsack/webify
lib
package
1.5.0
Repository:
https://github.com/beefsack/webify.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
192 SLOC
#
Functions
ParseConfig
ParseConfig parses options from arguments and environment variables.
#
Constants
EnvScript
EnvScript is the name of the environment variable to configure the script to execute.
#
Structs
Opts
Opts are the options parsed from the command line and environment variable.
Server
Server is a simple proxy server to pipe HTTP requests to a subprocess' stdin and the subprocess' stdout to the HTTP response.