Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: it's been removed from stdlib in 0.24.0 #12

Merged
merged 2 commits into from Dec 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,8 +10,8 @@ This is the Pony HTTP/1 library from the standard library, formerly known as `ne
It contains both an HTTP client to issue HTTP requests against HTTP servers, and
an HTTP server. It also contains a library for handling and parsing URLs.

It will be removed from the stdlib with one of the next minor releases as a result of
[RFC 55](https://github.com/ponylang/rfcs/blob/master/text/0055-remove-http-server-from-stdlib.md).
It was removed from the stdlib with [0.24.0](https://github.com/ponylang/ponyc/releases/tag/0.24.0) as a result of
[RFC 55](https://github.com/ponylang/rfcs/blob/master/text/0055-remove-http-server-from-stdlib.md). See also [the announcement blog post](https://www.ponylang.io/blog/2018/06/0.24.0-released/).
The Pony Team decided to remove it from the stdlib as is did not meet their quality standards.
Given the familiarity of most people with HTTP and thus the attention this library gets,
it was considered wiser to remove it from the stdlib and give it a new home as a separate
Expand Down