Christopher Faulet e596d184be MEDIUM: checks: Remove dedicated sample fetches and use response ones instead
All sample fetches in the scope "check." have been removed. Response sample
fetches must be used instead. It avoids keyword duplication. So, for instance,
res.hdr() must be now used instead of check.hdr().

To do so, following sample fetches have been added on the response :

  * res.body, res.body_len and res.body_size
  * res.hdrs and res.hdrs_bin

Sample feches dealing with the response's body are only useful in the health
checks context. When called from a stream context, there is no warranty on the
body presence. There is no option to wait the response's body.
2020-05-06 12:37:43 +02:00
..
2006-06-15 21:48:13 +02:00
2020-05-05 18:08:07 +02:00
2006-06-15 21:48:13 +02:00
2020-03-09 14:57:20 +01:00
2019-05-25 07:34:24 +02:00
2019-05-25 07:34:24 +02:00