mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 17:07:08 +00:00
21 lines
212 B
Plaintext
21 lines
212 B
Plaintext
meta {
|
|
name: ping
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: http://127.0.0.1:8080/api/ping?ip=127.0.0.1
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
ip: 127.0.0.1
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|