iCurlHTTP is a simple, easy to use app for the iPhone, iPad and AppleTV that allows you to run MacOS/Linux terminal-like cURL tests against web URLs. It can simulate different web browsers (user-agents) to retrieve the raw HTTP headers and HTML response from web servers.
- iPhone, iPad and AppleTV - Apple App Store
This repo contains the complete source for iCurlHTTP. To build, use Xcode to load iCurlHTTP.xcodeproj
. Issue reporting and contributions are welcome!
Requirements:
- Libraries for iOS: libcurl, openssl and nghttp2 which are built using the https://github.com/jasonacox/Build-OpenSSL-cURL project (using the xcframework).
- FXForms from https://github.com/nicklockwood/FXForms - included files
Please report any issues or feature requests by opening an Issue