default
2007-04-12 00:58:03
myhttp is a basic web service engine for MySQL. It all you to perform basic HTTP method operations, like PUT, GET, and DELETE from MySQL as though it was a table. For example:
CREATE TABLE `d` (`a` varchar(125), b text, primary key(a)) ENGINE=HTTP DEFAULT CHARSET=latin1 CONNECTION="http://en.wikipedia.org/wiki/";This would allow you to fetch pages from Wikipedia from SQL SELECT calls.
| Version | Created | Author | URLs |
|---|---|---|---|
| myhttp_engine 0.4 (default) | 07:36:57 on 2007-06-29 | brian | source |
| myhttp_engine 0.3 (default) | 07:45:31 on 2007-04-18 | brian | source |
| myhttp_engine 0.2 (default) | 00:58:18 on 2007-04-12 | brian | source |