void URLDone(const char* URL, const void* data, unsigned int size, bool complete)
                    This method is called when a URL job completes successfully.
| Parameters | ||
|---|---|---|
| const char* | URL | 
                                        The URL the original request was sent to.  | 
                                    
| const void* | data | 
                                        The incoming body of the request as a   | 
                                    
| unsigned int | size | 
                                        The string length of the incoming body.  | 
                                    
| bool | complete | 
                                        Will always be   |