RESTful way to create multiple items in one request

后端 未结 7 489
情书的邮戳
情书的邮戳 2020-11-28 18:40

I am working on a small client server program to collect orders. I want to do this in a \"REST(ful) way\".

What I want to do is:

Collect all orderlines (prod

7条回答
  •  囚心锁ツ
    2020-11-28 19:08

    I guess it's better to send separate requests within single connection. Of course, your web-server should support it

提交回复
热议问题