]> git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/urlPageGrab/cfSimpleGet.h
Security-57336.1.9.tar.gz
[apple/security.git] / SecurityTests / clxutils / urlPageGrab / cfSimpleGet.h
1 /*
2 * cgGet.h - simplified interface to use CFNetwork to do one
3 * HTTP or HTTPS GET transaction.
4 */
5
6 #ifndef _CF_SIMPLE_GET_H_
7 #define _CF_SIMPLE_GET_H_
8
9 #include <CoreFoundation/CoreFoundation.h>
10
11 CFDataRef cfSimpleGet(
12 const char *url);
13
14 #endif /* _CF_SIMPLE_GET_H_ */