Module http

Module http 

Source
Expand description

HTTP probe runner (RFC-0007 §3.1). GET <url> with timeoutSecs wallclock budget; Pass iff response status matches expectStatus. Error classes that count as Fail (RFC-0007 §6 uniform strict mode):

  • missing url field
  • network error (connect refused, DNS, TLS)
  • timeout
  • unexpected status

Functions§

run