UrlObject full refactoring #130
Labels
architecture
Architecture related topics
code quality
Code quality related issue (must not affect architecture)
danger
documentation
Improvements or additions to documentation
enhancement
New feature or request
heavy
important
model
Models
urgent
Specifying/modifying on the fly. Currently only properties are used, and it's not always convenient to set params in place etc.
Additionally should be improved the logic:
host
can contain all the following values:host
,port
,path
,params
andsharpy
path
can contain all the following values:path
,params
andsharpy
params
can contain all the following values:params
andsharpy
- The priority is from top to bottom:
host
>port
>path
>params
>sharpy
- All the values within the higher priorities must override/replace values of the lower ones
Diagram explaining the HTTP(S) handling of urls
The text was updated successfully, but these errors were encountered: