meta { name: Digest Auth 200 type: http seq: 1 } get { url: https://www.httpfaker.org/api/auth/digest/auth/admin/password body: none auth: digest } auth:digest { username: admin password: password } assert { res.status: eq 200 res.body.authenticated: isTruthy }