Skip to content

Commit

Permalink
Add URLRequest conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
pawello2222 committed May 16, 2024
1 parent d389ef3 commit ddeb855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ let components = [UILabel(), UIButton()].applyEach {
- `Dictionary`
- `Set`
- `URL`
- `URLRequest`

2. Reference types

Expand Down
1 change: 1 addition & 0 deletions Sources/Appliable/Appliable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ extension Date: Appliable {}
extension Dictionary: Appliable {}
extension Set: Appliable {}
extension URL: Appliable {}
extension URLRequest: Appliable {}

0 comments on commit ddeb855

Please sign in to comment.