1xx Informational
Use 101 when the client requested a protocol upgrade and the server is switching this connection to that protocol.
GET /socket with Upgrade: websocket101 Switching Protocols with Connection: UpgradeThe server confirms the switch and the connection leaves ordinary HTTP messaging behind.
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, 'I’m still working on this. Don’t assume the request was lost just because it’s taking a while.'
WebDAVThe server is giving the browser a head start: 'You’ll probably need these files, so start getting them while I finish the real response.'