nf/xtest/basic/basic.http

14 lines
195 B
Plaintext
Raw Permalink Normal View History

2024-01-12 19:18:33 +08:00
### basic - get
GET http://127.0.0.1/hello/nf
### test resp error
2024-02-01 18:06:07 +08:00
GET http://127.0.0.1/error
### test basic post
POST http://127.0.0.1/data
Content-Type: application/json
{
"name": "nice"
}