hoad icon indicating copy to clipboard operation
hoad copied to clipboard

store license pattern urls as proper URL objects

Open maxheld83 opened this issue 5 years ago • 0 comments

currently, license_patterns are just plain character strings.

For testing (as in #215), but also for checking existing URLs, it might be better to parse and store these as "proper" URLs objects, probably using the parser in httr.

For example, we currently sometimes store the protocol as https and sometimes as http, though this doesn't actually store any useful information.

maxheld83 avatar Jun 03 '20 19:06 maxheld83