Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support tcp_check_http_method #77

Merged
merged 2 commits into from
May 13, 2023
Merged

Conversation

mzz2017
Copy link
Contributor

@mzz2017 mzz2017 commented May 11, 2023

Motivation

Screenshot_20230511_205942

tcp_check_http_method is the HTTP request method to tcp_check_url. Use 'CONNECT' by default because some server implementations bypass accounting for this kind of traffic.

Usage

global {
  #...

  # The HTTP request method to `tcp_check_url`. Use 'CONNECT' by default because some server implementations bypass accounting for this kind of traffic.
  tcp_check_http_method: CONNECT
}

@mzz2017 mzz2017 merged commit bf1d296 into main May 13, 2023
26 checks passed
@mzz2017 mzz2017 deleted the feat_tcp_check_http_method branch May 13, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants