15 lines
284 B
Go
15 lines
284 B
Go
package container
|
|
|
|
const (
|
|
HTTPEntry_Container = "/container"
|
|
)
|
|
|
|
const (
|
|
HTTPRequestHeaderKey_Container_Method = "overFlow-Container-Method"
|
|
HTTPRequestHeaderKey_Container_Type = "overFlow-Container-Type"
|
|
)
|
|
|
|
const (
|
|
HTTPRequestHeaderValue_Container_Method_Connect = "CONNECT"
|
|
)
|