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

[WIP] Pull Vapor 4 changes over from vapor/vapor #37

Merged
merged 4 commits into from Oct 22, 2019
Merged

[WIP] Pull Vapor 4 changes over from vapor/vapor #37

merged 4 commits into from Oct 22, 2019

Conversation

twof
Copy link
Member

@twof twof commented Oct 15, 2019

All work done by @tanner0101

@twof twof requested a review from tanner0101 October 15, 2019 23:25
@twof twof self-assigned this Oct 15, 2019
@tanner0101 tanner0101 added the enhancement New feature or request label Oct 21, 2019
@tanner0101 tanner0101 added this to In Progress in Vapor 4 via automation Oct 21, 2019
@@ -0,0 +1,32 @@
/// A basic `CodingKey` implementation.
public enum BasicCodingKey: CodingKey {
Copy link
Member

Choose a reason for hiding this comment

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

Does this need to be public here?

/// "/" / "[" / "]" / "?" / "="
/// ; Must be in quoted-string,
/// ; to use within parameter values
public struct HTTPHeaderValue: Codable {
Copy link
Member

Choose a reason for hiding this comment

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

Hmm do we really need this thing? Could we just return header values as String?

@tanner0101
Copy link
Member

We should also be able to get CI working w/ the new GH actions stuff if we copy of this .github folder: https://github.com/vapor/vapor/tree/master/.github

@tanner0101 tanner0101 merged commit 1e3c289 into 4 Oct 22, 2019
Vapor 4 automation moved this from In Progress to Done Oct 22, 2019
@tanner0101 tanner0101 deleted the VaporPort branch October 22, 2019 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Vapor 4
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants