Skip to content

Rename package to NIOHTTPClient #4

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

Merged
merged 6 commits into from
Apr 10, 2019

Conversation

artemredkin
Copy link
Collaborator

Motivation:

Naming in different Swift projects should be consistent, in order to
achieve this I propose (as recommended by @tomerd) to rename
SwiftNIOHTTP to NIOHTTPClient

Modifications:

Updated naming in Package.swift
Renamed directories Sources/SwiftNIOHTTP and Tests/SwiftNIOHTTPTests to
Sources/NIOHTTPClient and Tests/NIOHTTPClientTests
Updated imports in tests

Result:

Package is now called NIOHTTPClient

artemredkin and others added 4 commits April 8, 2019 15:49
Naming in different Swift projects should be consistent, in order to
achieve this I propose (as recommended by @tomerd) to rename
SwiftNIOHTTP to NIOHTTPClient

Modifications:

Updated naming in Package.swift
Renamed directories Sources/SwiftNIOHTTP and Tests/SwiftNIOHTTPTests to
Sources/NIOHTTPClient and Tests/NIOHTTPClientTests
Updated imports in tests

Result:

Package is now called NIOHTTPClient
Package.swift Outdated
@@ -16,20 +16,20 @@
import PackageDescription

let package = Package(
name: "SwiftNIOHTTP",
name: "NIOHTTPClient",
Copy link
Contributor

Choose a reason for hiding this comment

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

here we should use swift-nio-http-client

see the example set in swift-nio, swift-log, etc

Copy link
Collaborator Author

@artemredkin artemredkin Apr 10, 2019

Choose a reason for hiding this comment

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

fixed

@tomerd
Copy link
Contributor

tomerd commented Apr 10, 2019

looks good, only one comment, lets get #2 first tho

Copy link
Contributor

@tomerd tomerd left a comment

Choose a reason for hiding this comment

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

lets merge #2 then this

@artemredkin artemredkin merged commit 7cfc052 into master Apr 10, 2019
@artemredkin artemredkin deleted the rename_package_to_niohttpclient branch April 10, 2019 22:14
weissi pushed a commit to weissi/async-http-client that referenced this pull request Mar 3, 2020
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.

2 participants