2018-04-26 07:37:59 +00:00
|
|
|
package probe
|
2018-04-12 09:38:04 +00:00
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPEntry_Probe = "/probe"
|
|
|
|
HTTPEntry_Data = "/data"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderKey_Probe_Method = "overFlow-Probe-Method"
|
|
|
|
HTTPRequestHeaderKey_Probe_ProbeKey = "overFlow-Probe-ProbeKey"
|
|
|
|
|
|
|
|
HTTPResponseHeaderKey_Probe_SetEncryptionKey = "overFlow-Probe-SetEncryptionKey"
|
|
|
|
)
|
|
|
|
|
|
|
|
const (
|
|
|
|
HTTPRequestHeaderValue_Probe_Method_Connect = "CONNECT"
|
|
|
|
)
|