Skip to content
Snippets Groups Projects
Commit f185113b authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed the documentation.

Rev: lib/modules/Protocols.pmod/HTTP.pmod/module.pmod:1.4
parent ed4df5a0
No related branches found
No related tags found
No related merge requests found
//! module Protocols
//! submodule HTTP
//! method string get_url(string url)
//! method object(Protocols.HTTP.Query) get_url(string url)
//! Sends a HTTP GET request to the server in the URL
//! and returns the created and initialized <ref>Query</ref> object.
//! 0 is returned upon failure.
//!
//! method array get_url_nice(string url)
//! method array(string) get_url_nice(string url)
//! Returns an array of ({content_type,data})
//! after calling the requested server for the information.
//! 0 is returned upon failure.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment