20 lines
269 B
Plaintext
20 lines
269 B
Plaintext
meta {
|
|
name: index
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: 127.0.0.1:8080
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"qty": 50,
|
|
"gender": "f",
|
|
"dictionaries": ["prenom", "patronyme", "virgule", "article", "commun", "adjectif", "ppasse", "ppresent"]
|
|
}
|
|
}
|