![]() |
Ignite Tools
|
00001 // 00002 // UA_ASIHTTPRequestConfig.h 00003 // Part of UA_ASIHTTPRequest -> http://allseeing-i.com/ASIHTTPRequest 00004 // 00005 // Created by Ben Copsey on 14/12/2009. 00006 // Copyright 2009 All-Seeing Interactive. All rights reserved. 00007 // 00008 00009 00010 // ====== 00011 // Debug output configuration options 00012 // ====== 00013 00014 // When set to 1 ASIHTTPRequests will print information about what a request is doing 00015 #ifndef DEBUG_REQUEST_STATUS 00016 #define DEBUG_REQUEST_STATUS 0 00017 #endif 00018 00019 // When set to 1, ASIFormDataRequests will print information about the request body to the console 00020 #ifndef DEBUG_FORM_DATA_REQUEST 00021 #define DEBUG_FORM_DATA_REQUEST 0 00022 #endif 00023 00024 // When set to 1, ASIHTTPRequests will print information about bandwidth throttling to the console 00025 #ifndef DEBUG_THROTTLING 00026 #define DEBUG_THROTTLING 0 00027 #endif 00028 00029 // When set to 1, ASIHTTPRequests will print information about persistent connections to the console 00030 #ifndef DEBUG_PERSISTENT_CONNECTIONS 00031 #define DEBUG_PERSISTENT_CONNECTIONS 0 00032 #endif