batch http requests

后端 未结 7 1909
[愿得一人]
[愿得一人] 2021-02-01 06:31

Does anyone know a standard way to batch http requests? Meaning - sending multiple http atomic requests in one round trip?

We need such mechanism in our REST API implem

7条回答
  •  粉色の甜心
    2021-02-01 07:22

    If you're looking at REST based services or an API of some kind. There is some beginnings of a standard here http://www.odata.org/documentation/odata-version-3-0/batch-processing/

    And an implementation by Google here https://cloud.google.com/storage/docs/json_api/v1/how-tos/batch

提交回复
热议问题