Consider how to extend the URI according to the scheme-specific/protocol-specific parts of the comparison ladder
Closed this issue · 0 comments
glynos commented
- string comparison
- case normalization
- percent encoding
- path segment normalization
- *scheme-specific
- *protocol specific
This can be done rather cleanly by passing functions to the transformer functions instead of enum values, and by using the decorator pattern. I'll experiment without and see how it works out...