nf/xtest/basic/basic.http
2024-02-01 18:06:07 +08:00

14 lines
195 B
HTTP

### basic - get
GET http://127.0.0.1/hello/nf
### test resp error
GET http://127.0.0.1/error
### test basic post
POST http://127.0.0.1/data
Content-Type: application/json
{
"name": "nice"
}