Skip to content

Commit

Permalink
Remove CURLParser (#55)
Browse files Browse the repository at this point in the history
* Use swift parser struct for parsing URLs

* Do percent decoding in Swift

* Remove CURLParser

* swift format

* Added some more parser tests

* Add KeyPath until, while read functions to Parser

* Use Parser to read media type

* swift format
  • Loading branch information
adam-fowler authored Mar 4, 2021
1 parent 53a6518 commit 89db956
Show file tree
Hide file tree
Showing 8 changed files with 953 additions and 988 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ let package = Package(
.package(url: "https://github.com/hummingbird-project/hummingbird-core.git", from: "0.5.0"),
],
targets: [
.target(name: "CURLParser", dependencies: []),
.target(name: "Hummingbird", dependencies: [
.byName(name: "CURLParser"),
.product(name: "HummingbirdCore", package: "hummingbird-core"),
.product(name: "Lifecycle", package: "swift-service-lifecycle"),
.product(name: "LifecycleNIOCompat", package: "swift-service-lifecycle"),
Expand Down
62 changes: 0 additions & 62 deletions Sources/CURLParser/include/urlparser.h

This file was deleted.

Loading

0 comments on commit 89db956

Please sign in to comment.