mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
6 lines
248 B
Markdown
6 lines
248 B
Markdown
# http
|
|
|
|
`HTTP` provides an HTTP request API on the client and server. To use
|
|
these functions, add the HTTP package to your project with `$ meteor add http`.
|
|
|
|
See the [HTTP section in the Meteor docs](http://docs.meteor.com/#http) for more details. |