Download CocoaHTTPServerExpress Free Java Code

Description

The goal is to be an embedded HTTP Server used for testing. This project is inspired by iOS Fake Web and Express.js.

Source Files

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


.gitignore// www  .  j a  v a2 s.co  m
CocoaHTTPServerExpress.podspec
CocoaHTTPServerExpress.xcodeproj/.LSOverride
CocoaHTTPServerExpress.xcodeproj/project.pbxproj
CocoaHTTPServerExpress.xcodeproj/project.xcworkspace/contents.xcworkspacedata
CocoaHTTPServerExpress.xcworkspace/.LSOverride
CocoaHTTPServerExpress.xcworkspace/contents.xcworkspacedata
CocoaHTTPServerExpress.xcworkspace/xcshareddata/CocoaHTTPServerExpress.xccheckout
CocoaHTTPServerExpress/AppDelegate.h
CocoaHTTPServerExpress/AppDelegate.m
CocoaHTTPServerExpress/CocoaHTTPServerExpress-Info.plist
CocoaHTTPServerExpress/CocoaHTTPServerExpress-Prefix.pch
CocoaHTTPServerExpress/Default-568h@2x.png
CocoaHTTPServerExpress/Default.png
CocoaHTTPServerExpress/Default@2x.png
CocoaHTTPServerExpress/HTTPExpress/HTTPExpress.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressConnection.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressConnection.m
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressContant.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressEvaluationBlockFactory.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressEvaluationBlockFactory.m
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressManager.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressManager.m
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressResponse.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressResponse.m
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressResponseBlockFactory.h
CocoaHTTPServerExpress/HTTPExpress/HTTPExpressResponseBlockFactory.m
CocoaHTTPServerExpress/ViewController.h
CocoaHTTPServerExpress/ViewController.m
CocoaHTTPServerExpress/en.lproj/InfoPlist.strings
CocoaHTTPServerExpress/en.lproj/ViewController.xib
CocoaHTTPServerExpress/main.m
CocoaHTTPServerExpressTests/CocoaHTTPServerExpressTests-Info.plist
CocoaHTTPServerExpressTests/HTTPExpressConnectionSpec.m
CocoaHTTPServerExpressTests/HTTPExpressErrors.m
CocoaHTTPServerExpressTests/HTTPExpressEvaluationBlockFactorySpec.m
CocoaHTTPServerExpressTests/HTTPExpressIntegrationSpec.m
CocoaHTTPServerExpressTests/HTTPExpressResponseBlockFactorySpec.m
CocoaHTTPServerExpressTests/TestData.plist
CocoaHTTPServerExpressTests/en.lproj/InfoPlist.strings
LICENSE.md
Podfile
Podfile.lock
Pods/BuildHeaders/CocoaAsyncSocket/AsyncSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/AsyncUdpSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/GCDAsyncSocket.h
Pods/BuildHeaders/CocoaAsyncSocket/GCDAsyncUdpSocket.h
Pods/BuildHeaders/CocoaHTTPServer/DAVConnection.h
Pods/BuildHeaders/CocoaHTTPServer/DAVResponse.h
Pods/BuildHeaders/CocoaHTTPServer/DDData.h
Pods/BuildHeaders/CocoaHTTPServer/DDNumber.h
Pods/BuildHeaders/CocoaHTTPServer/DDRange.h
Pods/BuildHeaders/CocoaHTTPServer/DELETEResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPAsyncFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPAuthenticationRequest.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPConnection.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPDataResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPDynamicFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPFileResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPLogging.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPMessage.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPRedirectResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPResponse.h
Pods/BuildHeaders/CocoaHTTPServer/HTTPServer.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartFormDataParser.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartMessageHeader.h
Pods/BuildHeaders/CocoaHTTPServer/MultipartMessageHeaderField.h
Pods/BuildHeaders/CocoaHTTPServer/PUTResponse.h
Pods/BuildHeaders/CocoaHTTPServer/WebSocket.h
Pods/BuildHeaders/CocoaLumberjack/DDASLLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDAbstractDatabaseLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDFileLogger.h
Pods/BuildHeaders/CocoaLumberjack/DDLog.h
Pods/BuildHeaders/CocoaLumberjack/DDTTYLogger.h
Pods/BuildHeaders/Kiwi/KWAfterAllNode.h
Pods/BuildHeaders/Kiwi/KWAfterEachNode.h
Pods/BuildHeaders/Kiwi/KWAny.h
Pods/BuildHeaders/Kiwi/KWAsyncVerifier.h
Pods/BuildHeaders/Kiwi/KWBeBetweenMatcher.h
Pods/BuildHeaders/Kiwi/KWBeEmptyMatcher.h
Pods/BuildHeaders/Kiwi/KWBeIdenticalToMatcher.h
Pods/BuildHeaders/Kiwi/KWBeKindOfClassMatcher.h
Pods/BuildHeaders/Kiwi/KWBeMemberOfClassMatcher.h
Pods/BuildHeaders/Kiwi/KWBeSubclassOfClassMatcher.h
Pods/BuildHeaders/Kiwi/KWBeTrueMatcher.h
Pods/BuildHeaders/Kiwi/KWBeWithinMatcher.h
Pods/BuildHeaders/Kiwi/KWBeZeroMatcher.h
Pods/BuildHeaders/Kiwi/KWBeforeAllNode.h
Pods/BuildHeaders/Kiwi/KWBeforeEachNode.h
Pods/BuildHeaders/Kiwi/KWBlock.h
Pods/BuildHeaders/Kiwi/KWBlockNode.h
Pods/BuildHeaders/Kiwi/KWBlockRaiseMatcher.h
Pods/BuildHeaders/Kiwi/KWCallSite.h
Pods/BuildHeaders/Kiwi/KWCaptureSpy.h
Pods/BuildHeaders/Kiwi/KWChangeMatcher.h
Pods/BuildHeaders/Kiwi/KWConformToProtocolMatcher.h
Pods/BuildHeaders/Kiwi/KWContainMatcher.h
Pods/BuildHeaders/Kiwi/KWContainStringMatcher.h
Pods/BuildHeaders/Kiwi/KWContextNode.h
Pods/BuildHeaders/Kiwi/KWCountType.h
Pods/BuildHeaders/Kiwi/KWDeviceInfo.h
Pods/BuildHeaders/Kiwi/KWEqualMatcher.h
Pods/BuildHeaders/Kiwi/KWExample.h
Pods/BuildHeaders/Kiwi/KWExampleDelegate.h
Pods/BuildHeaders/Kiwi/KWExampleNode.h
Pods/BuildHeaders/Kiwi/KWExampleNodeVisitor.h
Pods/BuildHeaders/Kiwi/KWExampleSuite.h
Pods/BuildHeaders/Kiwi/KWExampleSuiteBuilder.h
Pods/BuildHeaders/Kiwi/KWExistVerifier.h
Pods/BuildHeaders/Kiwi/KWExpectationType.h
Pods/BuildHeaders/Kiwi/KWFailure.h
Pods/BuildHeaders/Kiwi/KWFormatter.h
Pods/BuildHeaders/Kiwi/KWFutureObject.h
Pods/BuildHeaders/Kiwi/KWGenericMatchEvaluator.h
Pods/BuildHeaders/Kiwi/KWGenericMatcher.h
Pods/BuildHeaders/Kiwi/KWGenericMatchingAdditions.h
Pods/BuildHeaders/Kiwi/KWHaveMatcher.h
Pods/BuildHeaders/Kiwi/KWHaveValueMatcher.h
Pods/BuildHeaders/Kiwi/KWInequalityMatcher.h
Pods/BuildHeaders/Kiwi/KWIntercept.h
Pods/BuildHeaders/Kiwi/KWInvocationCapturer.h
Pods/BuildHeaders/Kiwi/KWItNode.h
Pods/BuildHeaders/Kiwi/KWMatchVerifier.h
Pods/BuildHeaders/Kiwi/KWMatcher.h
Pods/BuildHeaders/Kiwi/KWMatcherFactory.h
Pods/BuildHeaders/Kiwi/KWMatchers.h
Pods/BuildHeaders/Kiwi/KWMatching.h
Pods/BuildHeaders/Kiwi/KWMessagePattern.h
Pods/BuildHeaders/Kiwi/KWMessageSpying.h
Pods/BuildHeaders/Kiwi/KWMessageTracker.h
Pods/BuildHeaders/Kiwi/KWMock.h
Pods/BuildHeaders/Kiwi/KWNilMatcher.h
Pods/BuildHeaders/Kiwi/KWNull.h
Pods/BuildHeaders/Kiwi/KWObjCUtilities.h
Pods/BuildHeaders/Kiwi/KWPendingNode.h
Pods/BuildHeaders/Kiwi/KWProbe.h
Pods/BuildHeaders/Kiwi/KWProbePoller.h
Pods/BuildHeaders/Kiwi/KWRaiseMatcher.h
Pods/BuildHeaders/Kiwi/KWReceiveMatcher.h
Pods/BuildHeaders/Kiwi/KWRegisterMatchersNode.h
Pods/BuildHeaders/Kiwi/KWRegularExpressionPatternMatcher.h
Pods/BuildHeaders/Kiwi/KWReporting.h
Pods/BuildHeaders/Kiwi/KWRespondToSelectorMatcher.h
Pods/BuildHeaders/Kiwi/KWSpec.h
Pods/BuildHeaders/Kiwi/KWStringContainsMatcher.h
Pods/BuildHeaders/Kiwi/KWStringPrefixMatcher.h
Pods/BuildHeaders/Kiwi/KWStringUtilities.h
Pods/BuildHeaders/Kiwi/KWStub.h
Pods/BuildHeaders/Kiwi/KWSymbolicator.h
Pods/BuildHeaders/Kiwi/KWUserDefinedMatcher.h
Pods/BuildHeaders/Kiwi/KWValue.h
Pods/BuildHeaders/Kiwi/KWVerifying.h
Pods/BuildHeaders/Kiwi/KWWorkarounds.h
Pods/BuildHeaders/Kiwi/Kiwi.h
Pods/BuildHeaders/Kiwi/KiwiBlockMacros.h
Pods/BuildHeaders/Kiwi/KiwiConfiguration.h
Pods/BuildHeaders/Kiwi/KiwiMacros.h
Pods/BuildHeaders/Kiwi/NSInvocation+KiwiAdditions.h
Pods/BuildHeaders/Kiwi/NSInvocation+OCMAdditions.h
Pods/BuildHeaders/Kiwi/NSMethodSignature+KiwiAdditions.h
Pods/BuildHeaders/Kiwi/NSNumber+KiwiAdditions.h
Pods/BuildHeaders/Kiwi/NSObject+KiwiMockAdditions.h
Pods/BuildHeaders/Kiwi/NSObject+KiwiSpyAdditions.h
Pods/BuildHeaders/Kiwi/NSObject+KiwiStubAdditions.h
Pods/BuildHeaders/Kiwi/NSObject+KiwiVerifierAdditions.h
Pods/BuildHeaders/Kiwi/NSProxy+KiwiVerifierAdditions.h
Pods/BuildHeaders/Kiwi/NSValue+KiwiAdditions.h
Pods/BuildHeaders/Kiwi/SenTestSuite+KiwiAdditions.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncSocket.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncSocket.m
Pods/CocoaAsyncSocket/GCD/GCDAsyncUdpSocket.h
Pods/CocoaAsyncSocket/GCD/GCDAsyncUdpSocket.m
Pods/CocoaAsyncSocket/README.markdown
Pods/CocoaAsyncSocket/RunLoop/AsyncSocket.h
Pods/CocoaAsyncSocket/RunLoop/AsyncSocket.m
Pods/CocoaAsyncSocket/RunLoop/AsyncUdpSocket.h
Pods/CocoaAsyncSocket/RunLoop/AsyncUdpSocket.m
Pods/CocoaHTTPServer/Core/Categories/DDData.h
Pods/CocoaHTTPServer/Core/Categories/DDData.m
Pods/CocoaHTTPServer/Core/Categories/DDNumber.h
Pods/CocoaHTTPServer/Core/Categories/DDNumber.m
Pods/CocoaHTTPServer/Core/Categories/DDRange.h
Pods/CocoaHTTPServer/Core/Categories/DDRange.m
Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h
Pods/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m
Pods/CocoaHTTPServer/Core/HTTPConnection.h
Pods/CocoaHTTPServer/Core/HTTPConnection.m
Pods/CocoaHTTPServer/Core/HTTPLogging.h
Pods/CocoaHTTPServer/Core/HTTPMessage.h
Pods/CocoaHTTPServer/Core/HTTPMessage.m
Pods/CocoaHTTPServer/Core/HTTPResponse.h
Pods/CocoaHTTPServer/Core/HTTPServer.h
Pods/CocoaHTTPServer/Core/HTTPServer.m
Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.h
Pods/CocoaHTTPServer/Core/Mime/MultipartFormDataParser.m
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.h
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeader.m
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.h
Pods/CocoaHTTPServer/Core/Mime/MultipartMessageHeaderField.m
Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPAsyncFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPDataResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPDynamicFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPFileResponse.m
Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.h
Pods/CocoaHTTPServer/Core/Responses/HTTPRedirectResponse.m
Pods/CocoaHTTPServer/Core/WebSocket.h
Pods/CocoaHTTPServer/Core/WebSocket.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVConnection.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DAVResponse.m
Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m
Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.h
Pods/CocoaHTTPServer/Extensions/WebDAV/PUTResponse.m
Pods/CocoaHTTPServer/LICENSE.txt
Pods/CocoaHTTPServer/README.markdown
Pods/CocoaLumberjack/LICENSE.txt
Pods/CocoaLumberjack/Lumberjack/DDASLLogger.h
Pods/CocoaLumberjack/Lumberjack/DDASLLogger.m
Pods/CocoaLumberjack/Lumberjack/DDAbstractDatabaseLogger.h
Pods/CocoaLumberjack/Lumberjack/DDAbstractDatabaseLogger.m
Pods/CocoaLumberjack/Lumberjack/DDFileLogger.h
Pods/CocoaLumberjack/Lumberjack/DDFileLogger.m
Pods/CocoaLumberjack/Lumberjack/DDLog.h
Pods/CocoaLumberjack/Lumberjack/DDLog.m
Pods/CocoaLumberjack/Lumberjack/DDTTYLogger.h
Pods/CocoaLumberjack/Lumberjack/DDTTYLogger.m
Pods/CocoaLumberjack/README.markdown
Pods/Headers/CocoaAsyncSocket/AsyncSocket.h
Pods/Headers/CocoaAsyncSocket/AsyncUdpSocket.h
Pods/Headers/CocoaAsyncSocket/GCDAsyncSocket.h
Pods/Headers/CocoaAsyncSocket/GCDAsyncUdpSocket.h
Pods/Headers/CocoaHTTPServer/DAVConnection.h
Pods/Headers/CocoaHTTPServer/DAVResponse.h
Pods/Headers/CocoaHTTPServer/DDData.h
Pods/Headers/CocoaHTTPServer/DDNumber.h
Pods/Headers/CocoaHTTPServer/DDRange.h
Pods/Headers/CocoaHTTPServer/DELETEResponse.h
Pods/Headers/CocoaHTTPServer/HTTPAsyncFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPAuthenticationRequest.h
Pods/Headers/CocoaHTTPServer/HTTPConnection.h
Pods/Headers/CocoaHTTPServer/HTTPDataResponse.h
Pods/Headers/CocoaHTTPServer/HTTPDynamicFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPFileResponse.h
Pods/Headers/CocoaHTTPServer/HTTPLogging.h
Pods/Headers/CocoaHTTPServer/HTTPMessage.h
Pods/Headers/CocoaHTTPServer/HTTPRedirectResponse.h
Pods/Headers/CocoaHTTPServer/HTTPResponse.h
Pods/Headers/CocoaHTTPServer/HTTPServer.h
Pods/Headers/CocoaHTTPServer/MultipartFormDataParser.h
Pods/Headers/CocoaHTTPServer/MultipartMessageHeader.h
Pods/Headers/CocoaHTTPServer/MultipartMessageHeaderField.h
Pods/Headers/CocoaHTTPServer/PUTResponse.h
Pods/Headers/CocoaHTTPServer/WebSocket.h
Pods/Headers/CocoaLumberjack/DDASLLogger.h
Pods/Headers/CocoaLumberjack/DDAbstractDatabaseLogger.h
Pods/Headers/CocoaLumberjack/DDFileLogger.h
Pods/Headers/CocoaLumberjack/DDLog.h
Pods/Headers/CocoaLumberjack/DDTTYLogger.h
Pods/Headers/Kiwi/KWAfterAllNode.h
Pods/Headers/Kiwi/KWAfterEachNode.h
Pods/Headers/Kiwi/KWAny.h
Pods/Headers/Kiwi/KWAsyncVerifier.h
Pods/Headers/Kiwi/KWBeBetweenMatcher.h
Pods/Headers/Kiwi/KWBeEmptyMatcher.h
Pods/Headers/Kiwi/KWBeIdenticalToMatcher.h
Pods/Headers/Kiwi/KWBeKindOfClassMatcher.h
Pods/Headers/Kiwi/KWBeMemberOfClassMatcher.h
Pods/Headers/Kiwi/KWBeSubclassOfClassMatcher.h
Pods/Headers/Kiwi/KWBeTrueMatcher.h
Pods/Headers/Kiwi/KWBeWithinMatcher.h
Pods/Headers/Kiwi/KWBeZeroMatcher.h
Pods/Headers/Kiwi/KWBeforeAllNode.h
Pods/Headers/Kiwi/KWBeforeEachNode.h
Pods/Headers/Kiwi/KWBlock.h
Pods/Headers/Kiwi/KWBlockNode.h
Pods/Headers/Kiwi/KWBlockRaiseMatcher.h
Pods/Headers/Kiwi/KWCallSite.h
Pods/Headers/Kiwi/KWCaptureSpy.h
Pods/Headers/Kiwi/KWChangeMatcher.h
Pods/Headers/Kiwi/KWConformToProtocolMatcher.h
Pods/Headers/Kiwi/KWContainMatcher.h
Pods/Headers/Kiwi/KWContainStringMatcher.h
Pods/Headers/Kiwi/KWContextNode.h
Pods/Headers/Kiwi/KWCountType.h
Pods/Headers/Kiwi/KWDeviceInfo.h
Pods/Headers/Kiwi/KWEqualMatcher.h
Pods/Headers/Kiwi/KWExample.h
Pods/Headers/Kiwi/KWExampleDelegate.h
Pods/Headers/Kiwi/KWExampleNode.h
Pods/Headers/Kiwi/KWExampleNodeVisitor.h
Pods/Headers/Kiwi/KWExampleSuite.h
Pods/Headers/Kiwi/KWExampleSuiteBuilder.h
Pods/Headers/Kiwi/KWExistVerifier.h
Pods/Headers/Kiwi/KWExpectationType.h
Pods/Headers/Kiwi/KWFailure.h
Pods/Headers/Kiwi/KWFormatter.h
Pods/Headers/Kiwi/KWFutureObject.h
Pods/Headers/Kiwi/KWGenericMatchEvaluator.h
Pods/Headers/Kiwi/KWGenericMatcher.h
Pods/Headers/Kiwi/KWGenericMatchingAdditions.h
Pods/Headers/Kiwi/KWHaveMatcher.h
Pods/Headers/Kiwi/KWHaveValueMatcher.h
Pods/Headers/Kiwi/KWInequalityMatcher.h
Pods/Headers/Kiwi/KWIntercept.h
Pods/Headers/Kiwi/KWInvocationCapturer.h
Pods/Headers/Kiwi/KWItNode.h
Pods/Headers/Kiwi/KWMatchVerifier.h
Pods/Headers/Kiwi/KWMatcher.h
Pods/Headers/Kiwi/KWMatcherFactory.h
Pods/Headers/Kiwi/KWMatchers.h
Pods/Headers/Kiwi/KWMatching.h
Pods/Headers/Kiwi/KWMessagePattern.h
Pods/Headers/Kiwi/KWMessageSpying.h
Pods/Headers/Kiwi/KWMessageTracker.h
Pods/Headers/Kiwi/KWMock.h
Pods/Headers/Kiwi/KWNilMatcher.h
Pods/Headers/Kiwi/KWNull.h
Pods/Headers/Kiwi/KWObjCUtilities.h
Pods/Headers/Kiwi/KWPendingNode.h
Pods/Headers/Kiwi/KWProbe.h
Pods/Headers/Kiwi/KWProbePoller.h
Pods/Headers/Kiwi/KWRaiseMatcher.h
Pods/Headers/Kiwi/KWReceiveMatcher.h
Pods/Headers/Kiwi/KWRegisterMatchersNode.h
Pods/Headers/Kiwi/KWRegularExpressionPatternMatcher.h
Pods/Headers/Kiwi/KWReporting.h
Pods/Headers/Kiwi/KWRespondToSelectorMatcher.h
Pods/Headers/Kiwi/KWSpec.h
Pods/Headers/Kiwi/KWStringContainsMatcher.h
Pods/Headers/Kiwi/KWStringPrefixMatcher.h
Pods/Headers/Kiwi/KWStringUtilities.h
Pods/Headers/Kiwi/KWStub.h
Pods/Headers/Kiwi/KWSymbolicator.h
Pods/Headers/Kiwi/KWUserDefinedMatcher.h
Pods/Headers/Kiwi/KWValue.h
Pods/Headers/Kiwi/KWVerifying.h
Pods/Headers/Kiwi/KWWorkarounds.h
Pods/Headers/Kiwi/Kiwi.h
Pods/Headers/Kiwi/KiwiBlockMacros.h
Pods/Headers/Kiwi/KiwiConfiguration.h
Pods/Headers/Kiwi/KiwiMacros.h
Pods/Headers/Kiwi/NSInvocation+KiwiAdditions.h
Pods/Headers/Kiwi/NSInvocation+OCMAdditions.h
Pods/Headers/Kiwi/NSMethodSignature+KiwiAdditions.h
Pods/Headers/Kiwi/NSNumber+KiwiAdditions.h
Pods/Headers/Kiwi/NSObject+KiwiMockAdditions.h
Pods/Headers/Kiwi/NSObject+KiwiSpyAdditions.h
Pods/Headers/Kiwi/NSObject+KiwiStubAdditions.h
Pods/Headers/Kiwi/NSObject+KiwiVerifierAdditions.h
Pods/Headers/Kiwi/NSProxy+KiwiVerifierAdditions.h
Pods/Headers/Kiwi/NSValue+KiwiAdditions.h
Pods/Headers/Kiwi/SenTestSuite+KiwiAdditions.h
Pods/Kiwi/Classes/Core/KWAny.h
Pods/Kiwi/Classes/Core/KWAny.m
Pods/Kiwi/Classes/Core/KWBlock.h
Pods/Kiwi/Classes/Core/KWBlock.m
Pods/Kiwi/Classes/Core/KWCallSite.h
Pods/Kiwi/Classes/Core/KWCallSite.m
Pods/Kiwi/Classes/Core/KWCaptureSpy.h
Pods/Kiwi/Classes/Core/KWCaptureSpy.m
Pods/Kiwi/Classes/Core/KWCountType.h
Pods/Kiwi/Classes/Core/KWDeviceInfo.h
Pods/Kiwi/Classes/Core/KWDeviceInfo.m
Pods/Kiwi/Classes/Core/KWExample.h
Pods/Kiwi/Classes/Core/KWExample.m
Pods/Kiwi/Classes/Core/KWExampleDelegate.h
Pods/Kiwi/Classes/Core/KWExampleNodeVisitor.h
Pods/Kiwi/Classes/Core/KWExampleSuite.h
Pods/Kiwi/Classes/Core/KWExampleSuite.m
Pods/Kiwi/Classes/Core/KWExampleSuiteBuilder.h
Pods/Kiwi/Classes/Core/KWExampleSuiteBuilder.m
Pods/Kiwi/Classes/Core/KWExpectationType.h
Pods/Kiwi/Classes/Core/KWFailure.h
Pods/Kiwi/Classes/Core/KWFailure.m
Pods/Kiwi/Classes/Core/KWFormatter.h
Pods/Kiwi/Classes/Core/KWFormatter.m
Pods/Kiwi/Classes/Core/KWFutureObject.h
Pods/Kiwi/Classes/Core/KWFutureObject.m
Pods/Kiwi/Classes/Core/KWInvocationCapturer.h
Pods/Kiwi/Classes/Core/KWInvocationCapturer.m
Pods/Kiwi/Classes/Core/KWMatcher.h
Pods/Kiwi/Classes/Core/KWMatcher.m
Pods/Kiwi/Classes/Core/KWMatcherFactory.h
Pods/Kiwi/Classes/Core/KWMatcherFactory.m
Pods/Kiwi/Classes/Core/KWMatchers.h
Pods/Kiwi/Classes/Core/KWMatchers.m
Pods/Kiwi/Classes/Core/KWMatching.h
Pods/Kiwi/Classes/Core/KWMessageSpying.h
Pods/Kiwi/Classes/Core/KWMessageTracker.h
Pods/Kiwi/Classes/Core/KWMessageTracker.m
Pods/Kiwi/Classes/Core/KWNull.h
Pods/Kiwi/Classes/Core/KWNull.m
Pods/Kiwi/Classes/Core/KWObjCUtilities.h
Pods/Kiwi/Classes/Core/KWObjCUtilities.m
Pods/Kiwi/Classes/Core/KWProbe.h
Pods/Kiwi/Classes/Core/KWProbePoller.h
Pods/Kiwi/Classes/Core/KWProbePoller.m
Pods/Kiwi/Classes/Core/KWReporting.h
Pods/Kiwi/Classes/Core/KWSpec.h
Pods/Kiwi/Classes/Core/KWSpec.m
Pods/Kiwi/Classes/Core/KWStringUtilities.h
Pods/Kiwi/Classes/Core/KWStringUtilities.m
Pods/Kiwi/Classes/Core/KWValue.h
Pods/Kiwi/Classes/Core/KWValue.m
Pods/Kiwi/Classes/Core/KWWorkarounds.h
Pods/Kiwi/Classes/Core/KWWorkarounds.m
Pods/Kiwi/Classes/Core/Kiwi.h
Pods/Kiwi/Classes/Core/KiwiBlockMacros.h
Pods/Kiwi/Classes/Core/KiwiConfiguration.h
Pods/Kiwi/Classes/Core/KiwiMacros.h
Pods/Kiwi/Classes/Core/NSInvocation+KiwiAdditions.h
Pods/Kiwi/Classes/Core/NSInvocation+KiwiAdditions.m
Pods/Kiwi/Classes/Core/NSInvocation+OCMAdditions.h
Pods/Kiwi/Classes/Core/NSInvocation+OCMAdditions.m
Pods/Kiwi/Classes/Core/NSMethodSignature+KiwiAdditions.h
Pods/Kiwi/Classes/Core/NSMethodSignature+KiwiAdditions.m
Pods/Kiwi/Classes/Core/NSNumber+KiwiAdditions.h
Pods/Kiwi/Classes/Core/NSNumber+KiwiAdditions.m
Pods/Kiwi/Classes/Core/NSObject+KiwiSpyAdditions.h
Pods/Kiwi/Classes/Core/NSObject+KiwiSpyAdditions.m
Pods/Kiwi/Classes/Core/NSObject+KiwiVerifierAdditions.h
Pods/Kiwi/Classes/Core/NSObject+KiwiVerifierAdditions.m
Pods/Kiwi/Classes/Core/NSProxy+KiwiVerifierAdditions.h
Pods/Kiwi/Classes/Core/NSProxy+KiwiVerifierAdditions.m
Pods/Kiwi/Classes/Core/NSValue+KiwiAdditions.h
Pods/Kiwi/Classes/Core/NSValue+KiwiAdditions.m
Pods/Kiwi/Classes/Core/SenTestSuite+KiwiAdditions.h
Pods/Kiwi/Classes/Core/SenTestSuite+KiwiAdditions.m
Pods/Kiwi/Classes/Matchers/KWBeBetweenMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeBetweenMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeEmptyMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeEmptyMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeIdenticalToMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeIdenticalToMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeKindOfClassMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeKindOfClassMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeMemberOfClassMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeMemberOfClassMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeSubclassOfClassMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeSubclassOfClassMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeTrueMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeTrueMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeWithinMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeWithinMatcher.m
Pods/Kiwi/Classes/Matchers/KWBeZeroMatcher.h
Pods/Kiwi/Classes/Matchers/KWBeZeroMatcher.m
Pods/Kiwi/Classes/Matchers/KWBlockRaiseMatcher.h
Pods/Kiwi/Classes/Matchers/KWBlockRaiseMatcher.m
Pods/Kiwi/Classes/Matchers/KWChangeMatcher.h
Pods/Kiwi/Classes/Matchers/KWChangeMatcher.m
Pods/Kiwi/Classes/Matchers/KWConformToProtocolMatcher.h
Pods/Kiwi/Classes/Matchers/KWConformToProtocolMatcher.m
Pods/Kiwi/Classes/Matchers/KWContainMatcher.h
Pods/Kiwi/Classes/Matchers/KWContainMatcher.m
Pods/Kiwi/Classes/Matchers/KWContainStringMatcher.h
Pods/Kiwi/Classes/Matchers/KWContainStringMatcher.m
Pods/Kiwi/Classes/Matchers/KWEqualMatcher.h
Pods/Kiwi/Classes/Matchers/KWEqualMatcher.m
Pods/Kiwi/Classes/Matchers/KWGenericMatchEvaluator.h
Pods/Kiwi/Classes/Matchers/KWGenericMatchEvaluator.m
Pods/Kiwi/Classes/Matchers/KWGenericMatcher.h
Pods/Kiwi/Classes/Matchers/KWGenericMatcher.m
Pods/Kiwi/Classes/Matchers/KWGenericMatchingAdditions.h
Pods/Kiwi/Classes/Matchers/KWGenericMatchingAdditions.m
Pods/Kiwi/Classes/Matchers/KWHaveMatcher.h
Pods/Kiwi/Classes/Matchers/KWHaveMatcher.m
Pods/Kiwi/Classes/Matchers/KWHaveValueMatcher.h
Pods/Kiwi/Classes/Matchers/KWHaveValueMatcher.m
Pods/Kiwi/Classes/Matchers/KWInequalityMatcher.h
Pods/Kiwi/Classes/Matchers/KWInequalityMatcher.m
Pods/Kiwi/Classes/Matchers/KWNilMatcher.h
Pods/Kiwi/Classes/Matchers/KWNilMatcher.m
Pods/Kiwi/Classes/Matchers/KWRaiseMatcher.h
Pods/Kiwi/Classes/Matchers/KWRaiseMatcher.m
Pods/Kiwi/Classes/Matchers/KWReceiveMatcher.h
Pods/Kiwi/Classes/Matchers/KWReceiveMatcher.m
Pods/Kiwi/Classes/Matchers/KWRegularExpressionPatternMatcher.h
Pods/Kiwi/Classes/Matchers/KWRegularExpressionPatternMatcher.m
Pods/Kiwi/Classes/Matchers/KWRespondToSelectorMatcher.h
Pods/Kiwi/Classes/Matchers/KWRespondToSelectorMatcher.m
Pods/Kiwi/Classes/Matchers/KWStringContainsMatcher.h
Pods/Kiwi/Classes/Matchers/KWStringContainsMatcher.m
Pods/Kiwi/Classes/Matchers/KWStringPrefixMatcher.h
Pods/Kiwi/Classes/Matchers/KWStringPrefixMatcher.m
Pods/Kiwi/Classes/Matchers/KWUserDefinedMatcher.h
Pods/Kiwi/Classes/Matchers/KWUserDefinedMatcher.m
Pods/Kiwi/Classes/Mocking/KWMock.h
Pods/Kiwi/Classes/Mocking/KWMock.m
Pods/Kiwi/Classes/Mocking/NSObject+KiwiMockAdditions.h
Pods/Kiwi/Classes/Mocking/NSObject+KiwiMockAdditions.m
Pods/Kiwi/Classes/Nodes/KWAfterAllNode.h
Pods/Kiwi/Classes/Nodes/KWAfterAllNode.m
Pods/Kiwi/Classes/Nodes/KWAfterEachNode.h
Pods/Kiwi/Classes/Nodes/KWAfterEachNode.m
Pods/Kiwi/Classes/Nodes/KWBeforeAllNode.h
Pods/Kiwi/Classes/Nodes/KWBeforeAllNode.m
Pods/Kiwi/Classes/Nodes/KWBeforeEachNode.h
Pods/Kiwi/Classes/Nodes/KWBeforeEachNode.m
Pods/Kiwi/Classes/Nodes/KWBlockNode.h
Pods/Kiwi/Classes/Nodes/KWBlockNode.m
Pods/Kiwi/Classes/Nodes/KWContextNode.h
Pods/Kiwi/Classes/Nodes/KWContextNode.m
Pods/Kiwi/Classes/Nodes/KWExampleNode.h
Pods/Kiwi/Classes/Nodes/KWItNode.h
Pods/Kiwi/Classes/Nodes/KWItNode.m
Pods/Kiwi/Classes/Nodes/KWPendingNode.h
Pods/Kiwi/Classes/Nodes/KWPendingNode.m
Pods/Kiwi/Classes/Nodes/KWRegisterMatchersNode.h
Pods/Kiwi/Classes/Nodes/KWRegisterMatchersNode.m
Pods/Kiwi/Classes/Stubbing/NSObject+KiwiStubAdditions.h
Pods/Kiwi/Classes/Stubbing/NSObject+KiwiStubAdditions.m
Pods/Kiwi/Classes/Verifiers/KWAsyncVerifier.h
Pods/Kiwi/Classes/Verifiers/KWAsyncVerifier.m
Pods/Kiwi/Classes/Verifiers/KWExistVerifier.h
Pods/Kiwi/Classes/Verifiers/KWExistVerifier.m
Pods/Kiwi/Classes/Verifiers/KWMatchVerifier.h
Pods/Kiwi/Classes/Verifiers/KWMatchVerifier.m
Pods/Kiwi/Classes/Verifiers/KWVerifying.h
Pods/Kiwi/License.txt
Pods/Kiwi/NonARC/KWIntercept.h
Pods/Kiwi/NonARC/KWIntercept.m
Pods/Kiwi/NonARC/KWMessagePattern.h
Pods/Kiwi/NonARC/KWMessagePattern.m
Pods/Kiwi/NonARC/KWStub.h
Pods/Kiwi/NonARC/KWStub.m
Pods/Kiwi/NonARC/KWSymbolicator.h
Pods/Kiwi/NonARC/KWSymbolicator.m
Pods/Kiwi/Readme.md
Pods/Manifest.lock
Pods/Pods-CocoaAsyncSocket-Private.xcconfig
Pods/Pods-CocoaAsyncSocket-dummy.m
Pods/Pods-CocoaAsyncSocket-prefix.pch
Pods/Pods-CocoaAsyncSocket.xcconfig
Pods/Pods-CocoaHTTPServer-Private.xcconfig
Pods/Pods-CocoaHTTPServer-dummy.m
Pods/Pods-CocoaHTTPServer-prefix.pch
Pods/Pods-CocoaHTTPServer.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaAsyncSocket-Private.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaAsyncSocket-dummy.m
Pods/Pods-CocoaHTTPServerExpressTests-CocoaAsyncSocket-prefix.pch
Pods/Pods-CocoaHTTPServerExpressTests-CocoaAsyncSocket.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaHTTPServer-Private.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaHTTPServer-dummy.m
Pods/Pods-CocoaHTTPServerExpressTests-CocoaHTTPServer-prefix.pch
Pods/Pods-CocoaHTTPServerExpressTests-CocoaHTTPServer.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaLumberjack-Private.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-CocoaLumberjack-dummy.m
Pods/Pods-CocoaHTTPServerExpressTests-CocoaLumberjack-prefix.pch
Pods/Pods-CocoaHTTPServerExpressTests-CocoaLumberjack.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-Kiwi-Private.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-Kiwi-dummy.m
Pods/Pods-CocoaHTTPServerExpressTests-Kiwi-prefix.pch
Pods/Pods-CocoaHTTPServerExpressTests-Kiwi.xcconfig
Pods/Pods-CocoaHTTPServerExpressTests-acknowledgements.markdown
Pods/Pods-CocoaHTTPServerExpressTests-acknowledgements.plist
Pods/Pods-CocoaHTTPServerExpressTests-dummy.m
Pods/Pods-CocoaHTTPServerExpressTests-environment.h
Pods/Pods-CocoaHTTPServerExpressTests-resources.sh
Pods/Pods-CocoaHTTPServerExpressTests.xcconfig
Pods/Pods-CocoaLumberjack-Private.xcconfig
Pods/Pods-CocoaLumberjack-dummy.m
Pods/Pods-CocoaLumberjack-prefix.pch
Pods/Pods-CocoaLumberjack.xcconfig
Pods/Pods-acknowledgements.markdown
Pods/Pods-acknowledgements.plist
Pods/Pods-dummy.m
Pods/Pods-environment.h
Pods/Pods-resources.sh
Pods/Pods.xcconfig
Pods/Pods.xcodeproj/project.pbxproj
README.md

Download

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

CocoaHTTPServerExpress-master.zip




















Home »
  Objective C Free Code »
    Web »




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