Request Lifecycle - Zodiase/meteor-infinite-load GitHub Wiki
A request (from the client) has the following stages:
| Stage | Description | 
|---|---|
| Created | The request has been created but not processed. | 
| Started | The request is being processed and waiting server confirmation. | 
| Confirmed | The request has been confirmed by server and waiting server finalization. | 
| Resolved | Server has finalized the request and the request is resolved. | 
| Ended | All callbacks have been triggered and the request lifecycle has ended. |