File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ The main idea behinde to not use any wrappers and don't select in a separate lay
77Insted, use native approach with straightforward configuration.
88What give full flexibility and increate [ Locality-of-Behavior] ( https://htmx.org/essays/locality-of-behaviour/ )
99
10+
11+ You can learn more about solution and motivation in [ this post] ( https://www.swiftnative.com/how-to-be-friends-with-urlrequest/ ) .
12+
1013## Getting Started
1114
1215Add the following dependency clause to your Package.swift:
@@ -19,7 +22,6 @@ dependencies: [
1922
2023The library depends on Apple's [ Swift HTTP Types] ( https://github.com/apple/swift-http-types )
2124
22- You can learn more about solution and motivation in [ this post] ( https://www.swiftnative.com/how-to-be-friends-with-urlrequest/ ) .
2325
2426## Usage
2527
You can’t perform that action at this time.
0 commit comments