C
C
ca1zxmj2020-07-31 17:56:21
HTTP headers
ca1zxmj, 2020-07-31 17:56:21

Does http have a gradual forwarding mechanism in 1 connection?

Is there a way to do something like longpooling only after receiving a response not to close the connection, but to wait until 1 more update comes to it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Mirilaczvili, 2020-07-31
@2ord

Maybe WebSocket?
Or HTTP/2 frames if one by one.

S
Sergey Gornostaev, 2020-07-31
@sergey-gornostaev

Chunked transfer encoding and Server-Sent Events

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question