You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using an Option<Rel> allows for compatibility with Link: headers that do not include the rel parameter. However, in many situations that parameter is guaranteed to be present, needlessly cluttering the code.
A compile-time feature to make the HashMap key just Rel would be useful.
The text was updated successfully, but these errors were encountered:
Using an
Option<Rel>
allows for compatibility withLink:
headers that do not include therel
parameter. However, in many situations that parameter is guaranteed to be present, needlessly cluttering the code.A compile-time feature to make the HashMap key just
Rel
would be useful.The text was updated successfully, but these errors were encountered: