Would you consider using dedicated types for IRIs?
This is still pre-1.0, but using iri_string instead of raw &str or String seems more appropriate.
I understand that keeping existing code using reqwest with regular strings would be a must even before reqwest gets to 1.0, but allowing users to type new code properly would be great.
Hi,
Would you consider using dedicated types for IRIs?
This is still pre-1.0, but using iri_string instead of raw
&str
orString
seems more appropriate.I understand that keeping existing code using reqwest with regular strings would be a must even before reqwest gets to 1.0, but allowing users to type new code properly would be great.