Skip to content

Commit

Permalink
Addedd send() to ClientType
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-alex committed Feb 22, 2016
1 parent 6ca2a95 commit a4aa0ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/HTTP/Client/ClientType.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ public protocol ClientType: ResponderType {
var client: StreamClientType { get }
var serializer: RequestSerializerType { get }
var parser: ResponseParserType { get }
}

func send(request: Request, middleware: MiddlewareType...) throws -> Response
}

0 comments on commit a4aa0ff

Please sign in to comment.