]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/urlPageGrab/cfSimpleGet.h
2 * cgGet.h - simplified interface to use CFNetwork to do one
3 * HTTP or HTTPS GET transaction.
6 #ifndef _CF_SIMPLE_GET_H_
7 #define _CF_SIMPLE_GET_H_
9 #include <CoreFoundation/CoreFoundation.h>
11 CFDataRef
cfSimpleGet(
14 #endif /* _CF_SIMPLE_GET_H_ */