remove usage of url crate #2

Closed
opened 2021-04-08 04:54:47 +02:00 by koalp · 1 comment
Owner

The url crate is used fort he Url type but an Uri type is also provided by
Maybe only the Uri type could be used ?

The drawback is that hyper is a huge library and and the Url type mighte be used in crate that don't depend on the hyper crate.

What are the differences beetween those two types, and what would one allow that the other won't ?

The `url` crate is used fort he `Url` type but an `Uri` type is also provided by Maybe only the `Uri` type could be used ? The drawback is that hyper is a huge library and and the `Url` type mighte be used in crate that don't depend on the `hyper` crate. What are the differences beetween those two types, and what would one allow that the other won't ?
koalp added the
status
review_needed
type
refactor
labels 2021-04-08 04:54:47 +02:00
Author
Owner

The Uri type is less complete than the Url type. It lacks some conversion functions (Asref<str) as well as some functions (join).

The `Uri` type is less complete than the `Url` type. It lacks some conversion functions (`Asref<str`) as well as some functions (`join`).
koalp closed this issue 2021-04-11 04:35:13 +02:00
koalp added
status
refused
and removed
status
review_needed
labels 2021-04-11 04:35:33 +02:00
Sign in to join this conversation.
No description provided.