82 lines
No EOL
1.7 KiB
HTTP
82 lines
No EOL
1.7 KiB
HTTP
POST http://localhost:8000/
|
|
Content-Type: application/json
|
|
{
|
|
"jsonrpc": "2.0",
|
|
"method": "multiply",
|
|
"params": {
|
|
"a": 2,
|
|
"b": 3
|
|
},
|
|
"id": 1
|
|
}
|
|
|
|
|
|
date: Sat, 21 May 2022 16:53:31 GMT
|
|
content-length: 36
|
|
content-type: text/plain; charset=utf-8
|
|
connection: close
|
|
|
|
HTTP/1.1 200 - OK
|
|
date: Sat, 21 May 2022 16:53:31 GMT
|
|
content-length: 36
|
|
content-type: text/plain; charset=utf-8
|
|
connection: close
|
|
|