MacHTTP
Simple C++ HTTP client for 68k Macs. Build using Retro68.
Install / Use
/learn @antscode/MacHTTPREADME
MacHTTP
A very basic C++ class for making HTTP requests on 68k classic Macs. Supports both HTTP and HTTPS (TLS 1.2) communication via a single set of functions.
MacHTTP is designed to be built with the Retro68 GCC cross-compiler.
See the MacHttpTest application for an example of usage.
Building & Installing
MacHTTP requires Retro68 for compilation, and the following libraries:
First build and install the above libraries, then execute these commands from the top level of the MacHTTP directory:
cd ..
mkdir MacHTTP-build
cd MacHTTP-build
cmake ../MacHTTP -DCMAKE_TOOLCHAIN_FILE=<<YOUR_PATH_TO_Retro68-build>>/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
make install
This will build and install the library and headers into the m68k-apple-macos toolchain.
The MacHttpTest application will be in the MacHTTP-build directory.
Credits
MacHTTP uses code from the following open source projects:
Related Skills
node-connect
350.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
350.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
350.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
