1xx Informational
Use 103 when you can safely send helpful headers, especially Link hints, before the final response is ready.
GET /app103 Early Hints with Link headers, then 200 OK with HTMLThe server helps the browser begin fetching critical assets before the final payload arrives.
The server is saying, 'I checked the start of your request. It looks okay so far, so go ahead and send the big part now.'
The server is saying, 'Let's keep talking, but switch to a different protocol for the rest of this connection.'
The server is saying, 'I’m still working on this. Don’t assume the request was lost just because it’s taking a while.'
WebDAV