Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swift: add library response interfaces #273

Merged
merged 8 commits into from
Jul 22, 2019

Conversation

rebello95
Copy link
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 [email protected]

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 <[email protected]>
Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: Michael Rebello <[email protected]>
///
/// - throws: `Envoy.Error` when the stream is inactive or data can't be sent.
public func close() throws {
try self.close(trailers: [:])
Copy link
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 <[email protected]>
Copy link
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
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