2018-04-30 09:33:58 +00:00
|
|
|
package container
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPEntry_Container = "/container"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderKey_Container_Method = "overFlow-Container-Method"
|
2018-04-30 09:47:29 +00:00
|
|
|
HTTPRequestHeaderKey_Container_Type = "overFlow-Container-Type"
|
2018-04-30 09:33:58 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderValue_Container_Method_Connect = "CONNECT"
|
|
|
|
)
|