2017-12-01 06:44:08 +00:00
|
|
|
package noauthprobe
|
|
|
|
|
2017-12-01 09:21:11 +00:00
|
|
|
const (
|
|
|
|
HTTPEntry_NoAuthProbe = "/auth"
|
|
|
|
)
|
|
|
|
|
2017-12-01 06:44:08 +00:00
|
|
|
const (
|
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_Method = "overFlow-NoAuthProbe-Method"
|
2017-12-01 11:09:56 +00:00
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_APIKey = "overFlow-NoAuthProbe-APIKey"
|
2017-12-01 06:44:08 +00:00
|
|
|
HTTPRequestHeaderKey_NoAuthProbe_TempProbeKey = "overFlow-NoAuthProbe-TempProbeKey"
|
|
|
|
|
|
|
|
HTTPResponseHeaderKey_NoAuthProbe_SetTempProbeKey = "overFlow-NoAuthProbe-SetTempProbeKey"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderValue_NoAuthProbe_Method_Regist = "REGIST"
|
|
|
|
HTTPRequestHeaderValue_NoAuthProbe_Method_Connect = "CONNECT"
|
|
|
|
)
|