15 lines
284 B
Go
Raw Normal View History

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