Added quantiling UDAFs
[com/gs-lite.git] / include / simple_http.h
index ed001f0..f3c339b 100644 (file)
@@ -1,36 +1,36 @@
-/* ------------------------------------------------
-Copyright 2014 AT&T Intellectual Property
-   Licensed under the Apache License, Version 2.0 (the "License");
-   you may not use this file except in compliance with the License.
-   You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the specific language governing permissions and
-   limitations under the License.
- ------------------------------------------- */
-
-#include "gstypes.h"
-#include "gshub.h"
-
-#ifdef __cplusplus  
-extern "C" { 
-#endif 
-
-// perform HTTP GET. Non-zero return value indicates an error
-int http_get_request(endpoint addr, gs_csp_t url, gs_uint32_t* http_code,  gs_sp_t json_response);
-
-// perform HTTP POST. Non-zero return value indicates an error
-int http_post_request(endpoint addr, gs_csp_t url, gs_sp_t json_request, gs_uint32_t* http_code);
-
-// perform HTTP POST. Non-zero return value indicates an error
-//     THis version lets you pass in additional headers, which must
-//     be properly formatted.  Some differences in default header.
-int http_post_request_hdr(endpoint addr, gs_csp_t url, gs_sp_t json_request, gs_uint32_t* http_code, gs_sp_t extra_headers);
-
-#ifdef __cplusplus 
-} 
-#endif 
+/* ------------------------------------------------\r
+Copyright 2014 AT&T Intellectual Property\r
+   Licensed under the Apache License, Version 2.0 (the "License");\r
+   you may not use this file except in compliance with the License.\r
+   You may obtain a copy of the License at\r
+\r
+     http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+   See the License for the specific language governing permissions and\r
+   limitations under the License.\r
+ ------------------------------------------- */\r
+\r
+#include "gstypes.h"\r
+#include "gshub.h"\r
+\r
+#ifdef __cplusplus  \r
+extern "C" { \r
+#endif \r
+\r
+// perform HTTP GET. Non-zero return value indicates an error\r
+int http_get_request(endpoint addr, gs_csp_t url, gs_uint32_t* http_code,  gs_sp_t json_response);\r
+\r
+// perform HTTP POST. Non-zero return value indicates an error\r
+int http_post_request(endpoint addr, gs_csp_t url, gs_sp_t json_request, gs_uint32_t* http_code);\r
+\r
+// perform HTTP POST. Non-zero return value indicates an error\r
+//     THis version lets you pass in additional headers, which must\r
+//     be properly formatted.  Some differences in default header.\r
+int http_post_request_hdr(endpoint addr, gs_csp_t url, gs_sp_t json_request, gs_uint32_t* http_code, gs_sp_t extra_headers);\r
+\r
+#ifdef __cplusplus \r
+} \r
+#endif \r