Commit a8d375a
committed
Remove unused HTTP::URI delegations to Addressable::URI
Remove setters (scheme=, user=, password=, authority=, origin=, port=,
request_uri=, fragment=) and normalized accessors (normalized_user,
normalized_password, normalized_port, normalized_path, normalized_query)
that are never called outside of HTTP::URI. This reduces the public API
surface that leaks Addressable semantics, preparing for an eventual
removal of the Addressable dependency.1 parent 23c14bc commit a8d375a
4 files changed
Lines changed: 18 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
604 | 603 | | |
605 | 604 | | |
606 | 605 | | |
607 | | - | |
608 | 606 | | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | 607 | | |
613 | 608 | | |
614 | | - | |
615 | 609 | | |
616 | 610 | | |
617 | 611 | | |
618 | 612 | | |
619 | | - | |
620 | 613 | | |
621 | | - | |
622 | 614 | | |
623 | 615 | | |
624 | | - | |
625 | 616 | | |
626 | 617 | | |
627 | 618 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
757 | 756 | | |
758 | 757 | | |
759 | 758 | | |
760 | 759 | | |
761 | 760 | | |
762 | | - | |
| 761 | + | |
763 | 762 | | |
764 | 763 | | |
765 | 764 | | |
| |||
0 commit comments