mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-25 04:34:14 +00:00
BurstObservatory: add option to set http method for burst check (#4835)
* feat: add options to set method for burst check. * chore: gen proto. * chore: change protoc-gen-go to latest. * revert --------- Co-authored-by: 风扇滑翔翼 <Fangliding.fshxy@outlook.com>
This commit is contained in:
parent
fbae89d017
commit
27742da2c6
5 changed files with 49 additions and 7 deletions
|
@ -26,4 +26,7 @@ message HealthPingConfig {
|
|||
int32 samplingCount = 4;
|
||||
// ping timeout, int64 values of time.Duration
|
||||
int64 timeout = 5;
|
||||
// http method to make request
|
||||
string httpMethod = 6;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue