15 lines
286 B
Go
15 lines
286 B
Go
|
package container
|
||
|
|
||
|
const (
|
||
|
HTTPEntry_Container = "/container"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
HTTPRequestHeaderKey_Container_Method = "overFlow-Container-Method"
|
||
|
HTTPRequestHeaderKey_Container_ApiKey = "overFlow-Container-ApiKey"
|
||
|
)
|
||
|
|
||
|
const (
|
||
|
HTTPRequestHeaderValue_Container_Method_Connect = "CONNECT"
|
||
|
)
|