Look up a Rails HTTP Status Code
102 - Processing
Rails HTTP Status code
:processing
When to use status code 102
Since a WebDAV request may contain many sub-requests involving file operations, it may take a long time to complete. This code indicates that the server has received and is processing the request, but no response is available yet. This prevents the client from timing out and assuming the request was lost.