gofound/tests/http/index.http

68 lines
961 B
HTTP

POST localhost:5678/api/index
Content-Type: application/json
{
"id": 1,
"text": "",
"document": {
"title": "445",
"number": 223
}
}
###
POST localhost:5678/api/index
Content-Type: application/json
{
"id": 2,
"text": "",
"document": {
"title": "445",
"number": 223
}
}
###
POST localhost:5678/api/index
Content-Type: application/json
{
"id": 3,
"text": "",
"document": {
"title": "445",
"number": 223
}
}
###
POST localhost:5678/api/index
Content-Type: application/json
{
"id": 4,
"text": "",
"document": {
"title": "445",
"number": 223
}
}
###
POST localhost:5678/api/index
Content-Type: application/json
{
"id": 5,
"text": "",
"document": {
"title": "445",
"number": 223
}
}