2018-04-26 07:37:59 +00:00
|
|
|
package noauthprobe
|
2018-04-12 09:38:04 +00:00
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPEntry_Auth = "/auth"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_Method = "overFlow-NoAuthProbe-Method"
|
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_Info = "overFlow-NoAuthProbe-Info"
|
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_TempProbeKey = "overFlow-NoAuthProbe-TempProbeKey"
|
|
|
|
|
|
|
|
HTTPResponseHeaderKey_NoAuthProbe_SetTempProbeKey = "overFlow-NoAuthProbe-SetTempProbeKey"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderValue_NoAuthProbe_Method_Regist = "REGIST"
|
|
|
|
HTTPRequestHeaderValue_NoAuthProbe_Method_Connect = "CONNECT"
|
|
|
|
)
|