Download httpriot Free Java Code

Description

Simple HTTP Rest Library for iPhone and Cocoa projects.

Icons

httpriot

Source Files

The download file httpriot-master.zip has the following entries.


.gitattributes/* w w w .ja  va 2  s  .  c o  m*/
.gitignore
CHANGELOG
Documentation/Samples/Tweet.m
Documentation/images/additional-sdks.png
Documentation/images/copy-files.png
Documentation/images/httpriot-framework.png
Documentation/images/httpriot.png
Documentation/images/other-linker-flags.png
Documentation/slate/images/nav-bg.gif
Documentation/slate/images/nav-bg.png
Documentation/slate/index.html
Documentation/slate/slate.css
HTTPRiot.xcodeproj/TemplateIcon.icns
HTTPRiot.xcodeproj/project.pbxproj
README.md
Rakefile
Resources/Info.plist
Resources/LICENSE
Resources/TODO
Resources/iPhoneSampleApp-Info.plist
Resources/iPhoneUnitTestsRunner-Info.plist
Source/HTTPRiot/Extensions/NSDictionary+ParamUtils.h
Source/HTTPRiot/Extensions/NSDictionary+ParamUtils.m
Source/HTTPRiot/Extensions/NSObject+InvocationUtils.h
Source/HTTPRiot/Extensions/NSObject+InvocationUtils.m
Source/HTTPRiot/Extensions/NSString+EscapingUtils.h
Source/HTTPRiot/Extensions/NSString+EscapingUtils.m
Source/HTTPRiot/Formatters/HRFormatJSON.h
Source/HTTPRiot/Formatters/HRFormatJSON.m
Source/HTTPRiot/Formatters/HRFormatXML.h
Source/HTTPRiot/Formatters/HRFormatXML.m
Source/HTTPRiot/Formatters/HRFormatterProtocol.h
Source/HTTPRiot/HRGlobal.h
Source/HTTPRiot/HRGlobal.m
Source/HTTPRiot/HROperationQueue.h
Source/HTTPRiot/HROperationQueue.m
Source/HTTPRiot/HRRequestOperation.h
Source/HTTPRiot/HRRequestOperation.m
Source/HTTPRiot/HRResponseDelegate.h
Source/HTTPRiot/HRRestModel.h
Source/HTTPRiot/HRRestModel.m
Source/HTTPRiot/HTTPRiot.h
Source/HTTPRiot/HTTPRiot_Prefix.pch
Source/HTTPRiot/Utilities/HRBase64.h
Source/HTTPRiot/Utilities/HRBase64.m
Source/HTTPRiot/Vendor/AIXMLSerialization/AIXMLDocumentSerialize.h
Source/HTTPRiot/Vendor/AIXMLSerialization/AIXMLDocumentSerialize.m
Source/HTTPRiot/Vendor/AIXMLSerialization/AIXMLElementSerialize.h
Source/HTTPRiot/Vendor/AIXMLSerialization/AIXMLElementSerialize.m
Source/HTTPRiot/Vendor/AIXMLSerialization/AIXMLSerialization.h
Source/HTTPRiot/Vendor/JSON/CREDITS
Source/HTTPRiot/Vendor/JSON/JSON.h
Source/HTTPRiot/Vendor/JSON/NSObject+SBJSON.h
Source/HTTPRiot/Vendor/JSON/NSObject+SBJSON.m
Source/HTTPRiot/Vendor/JSON/NSString+SBJSON.h
Source/HTTPRiot/Vendor/JSON/NSString+SBJSON.m
Source/HTTPRiot/Vendor/JSON/SBJSON.h
Source/HTTPRiot/Vendor/JSON/SBJSON.m
Source/HTTPRiot/Vendor/JSON/SBJsonBase.h
Source/HTTPRiot/Vendor/JSON/SBJsonBase.m
Source/HTTPRiot/Vendor/JSON/SBJsonParser.h
Source/HTTPRiot/Vendor/JSON/SBJsonParser.m
Source/HTTPRiot/Vendor/JSON/SBJsonWriter.h
Source/HTTPRiot/Vendor/JSON/SBJsonWriter.m
Source/HTTPRiot/Vendor/KissXML/DDXML.h
Source/HTTPRiot/Vendor/KissXML/DDXMLDocument.h
Source/HTTPRiot/Vendor/KissXML/DDXMLDocument.m
Source/HTTPRiot/Vendor/KissXML/DDXMLElement.h
Source/HTTPRiot/Vendor/KissXML/DDXMLElement.m
Source/HTTPRiot/Vendor/KissXML/DDXMLElementAdditions.h
Source/HTTPRiot/Vendor/KissXML/DDXMLElementAdditions.m
Source/HTTPRiot/Vendor/KissXML/DDXMLNode.h
Source/HTTPRiot/Vendor/KissXML/DDXMLNode.m
Source/HTTPRiot/Vendor/KissXML/DDXMLPrivate.h
Source/HTTPRiot/Vendor/KissXML/NSStringAdditions.h
Source/HTTPRiot/Vendor/KissXML/NSStringAdditions.m
Source/HTTPRiot/Vendor/gh-unit-iphone/GHAsyncTestCase.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTest+JUnitXML.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTest.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestCase.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestGroup+JUnitXML.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestGroup.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestMacros.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestOperation.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestRunner.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTestSuite.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHTesting.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHUnit.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHUnitIPhoneAppDelegate.h
Source/HTTPRiot/Vendor/gh-unit-iphone/GHUnitIPhoneTestMain.m
Source/HTTPRiot/Vendor/gh-unit-iphone/Makefile
Source/HTTPRiot/Vendor/gh-unit-iphone/NSException+GHTestFailureExceptions.h
Source/HTTPRiot/Vendor/gh-unit-iphone/NSValue+GHValueFormatter.h
Source/HTTPRiot/Vendor/gh-unit-iphone/libGHUnitIPhone4_0.a
Source/Tests/GHUnitTestMain.m
Source/Tests/HRExtensionsTest.m
Source/Tests/HRUtilitiesTest.m
Source/Tests/HTTPRiotRequestTest.m
Source/Tests/HTTPRiotRestModelTest.m
Source/Tests/HTTPRiotTestHelper.h
Source/Tests/HTTPRiotTestHelper.m
Source/Tests/README
Source/Tests/Server/README
Source/Tests/Server/lib/authorization.rb
Source/Tests/Server/testserver.rb
Source/Tests/Server/views/layout.erb
Source/Tests/Server/views/people.erb
Source/iPhoneSampleApp/ISAAlertHelper.h
Source/iPhoneSampleApp/ISAAlertHelper.m
Source/iPhoneSampleApp/ISAEditableTextFieldCell.h
Source/iPhoneSampleApp/ISAEditableTextFieldCell.m
Source/iPhoneSampleApp/ISAPeopleDetailController.h
Source/iPhoneSampleApp/ISAPeopleDetailController.m
Source/iPhoneSampleApp/ISAPeopleTableViewController.h
Source/iPhoneSampleApp/ISAPeopleTableViewController.m
Source/iPhoneSampleApp/MainWindow.xib
Source/iPhoneSampleApp/iPhoneSampleAppDelegate.h
Source/iPhoneSampleApp/iPhoneSampleAppDelegate.m
Source/iPhoneSampleApp/iPhoneSampleApp_Prefix.pch
Source/iPhoneSampleApp/main.m

Download

Click the following link to download httpriot-master.zip.

httpriot-master.zip




















Home »
  Objective C Free Code »
    Web »




CSS
HTML
HTML5
HTTP
Network Library
NodeJs
RESTful
RSS
URL
Web
WebApplication
WebService