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
In #845 we observed that HeadersLike was a private API but perhaps should be public.
I believe the underlying principle is -- type annotations are part of the public API, therefore all types used in annotation of public APIs should be public APIs.
The text was updated successfully, but these errors were encountered:
In #845 we observed that
HeadersLike
was a private API but perhaps should be public.I believe the underlying principle is -- type annotations are part of the public API, therefore all types used in annotation of public APIs should be public APIs.
The text was updated successfully, but these errors were encountered: