25 lines
234 B
Plaintext
25 lines
234 B
Plaintext
meta {
|
|
name: me
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8000/api/me
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|