Documentation ¶
Overview ¶
Package httpmuxer handles all of the HTTP connections made to sish. This implements the http multiplexing necessary for sish's core feature.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResponseModifier ¶
func ResponseModifier(state *utils.State, hostname string, reqBody []byte, c *gin.Context) func(*http.Response) error
ResponseModifier implements a response modifier for the specified request. We don't actually modify any requests, but we do want to record the request so we can send it to the web console.
func RoundTripper ¶
RoundTripper returns the specific handler for unix connections. This will allow us to use our created sockets cleanly.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.