Skip to content

Is it safe to use HttpParser or is it internal API? #28500

Answered by gfoidl
kiminuo asked this question in Q&A
Discussion options

You must be logged in to vote

This is a so called "pubternal" type.
It's access modifier is public (dictated by the usage), but inside an "internal"-namespace, so it should be considered as being an internal-type / implementation detail which doesn't follow the contracts of public APIs.

That means you can use it, but at your own risk.
There may be breaking changes (remember: it's "internal").

You could use the code (not the binary) in your project if you follow the license, to guard yourself from the beforementioned points.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kiminuo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants