Skip to content

Commit

Permalink
doc: Update net/http notes.
Browse files Browse the repository at this point in the history
Followup to #454. Mention that Fetch API can be used.

Also mention that by default, without third party polyfill modules for XHR or Fetch APIs, node.js will not support net/http.
  • Loading branch information
dmitshur committed Jun 12, 2016
1 parent 244fe96 commit c58dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/packages.md
Expand Up @@ -107,7 +107,7 @@ On each commit, Circle CI automatically compiles all supported packages with Gop
| -- multipart | yes | |
| -- quotedprintable | yes | |
| net | no | |
| -- http | partially | emulated via XMLHttpRequest |
| -- http | partially | emulated via Fetch/XMLHttpRequest APIs; node.js requires polyfill |
| -- -- cgi | no | |
| -- -- cookiejar | yes | |
| -- -- fcgi | yes | |
Expand Down

0 comments on commit c58dba4

Please sign in to comment.