Skip to content

swift: add library response interfaces#273

Merged
rebello95 merged 8 commits intomasterfrom
swift-add-library-response-interfaces
Jul 22, 2019
Merged

swift: add library response interfaces#273
rebello95 merged 8 commits intomasterfrom
swift-add-library-response-interfaces

Conversation

@rebello95
Copy link
Copy Markdown
Contributor

@rebello95 rebello95 commented Jul 19, 2019

Adds Swift interfaces for responses within Envoy. These should be at parity with the interfaces being added for Kotlin in #265.

Replaces #261.

Resolves #118.
Also resolves #247.

Signed-off-by: Michael Rebello mrebello@lyft.com

Adds Swift interfaces for responses within Envoy. These should be at parity with the interfaces being added for Kotlin in #265.

Replaces #261.

Resolves #118.

Signed-off-by: Michael Rebello <mrebello@lyft.com>
…esponse-interfaces

Signed-off-by: Michael Rebello <mrebello@lyft.com>
…esponse-interfaces

Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: Michael Rebello <mrebello@lyft.com>
///
/// - throws: `Envoy.Error` when the stream is inactive or data can't be sent.
public func close() throws {
try self.close(trailers: [:])
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Signed-off-by: Michael Rebello <mrebello@lyft.com>
Copy link
Copy Markdown
Contributor

@goaway goaway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, this looks great.

@rebello95
Copy link
Copy Markdown
Contributor Author

Just to cross-reference, more discussions were had in this PR which were applied here too: #265

@rebello95 rebello95 merged commit 058bfb2 into master Jul 22, 2019
@rebello95 rebello95 deleted the swift-add-library-response-interfaces branch July 22, 2019 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

swift/kotlin: add streaming interfaces ios: Unary HTTP request interfaces

3 participants