Adds HTTP parsing support to NSURL and HTML escaping and unescaping for NSString.
Release Version | Release Notes |
---|---|
RELEASENOTES |
NSString gains these principal methods:
- (NSString *) mulleStringByEscapingHTML;
- (NSString *) mulleStringByUnescapingHTML;
NData gains this method:
- (NSString *) mulleHTTPDescription;
NSURL is modified to parse HTTP URLs.
Use mulle-sde to add MulleObjCHTTPFoundation to your project:
mulle-sde add github:MulleWeb/MulleObjCHTTPFoundation
Use mulle-sde to build and install MulleObjCHTTPFoundation and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com//MulleObjCHTTPFoundation/archive/latest.tar.gz
Install the requirements:
Requirements | Description |
---|---|
MulleObjCInetFoundation | 📠Internet-related classes like NSHost and NSURL for mulle-objc |
mulle-objc-list | 📒 Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install MulleObjCHTTPFoundation into /usr/local
with cmake:
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_PREFIX_PATH=/usr/local \
-DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release
All platforms and compilers supported by mulle-c11.
Nat! for Mulle kybernetiK