Does AWS API Gateway support http chunk (transfer-encoding) ?

0

Hello, I'm using aws api gateway and exposing some apis to public. On now, I have to expose my backend service to send/receive some big data. I'm trying to use http chunk (transfer-encoding : chunk) , but I'm not sure that aws api gateway support chunk header and chunk data in case of request/response both.

Can I use http chunk? If not, is there any way to export such api? At now, what comes to mind is using WebSocket API.

2smin
已提問 3 個月前檢視次數 98 次
1 個回答
0

AWS API Gateway does have some limitations when it comes to handling HTTP chunked transfer encoding and you can use the webapi as mention in below Create a new API by selecting the WebSocket protocol. Define the route selection expression

profile picture
Jagan
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南