Skip to content

Commit

Permalink
API CHANGE Moved RestfulServer into its own module at https://github.…
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jun 4, 2012
1 parent a757c16 commit cb8b118
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 1,323 deletions.
2 changes: 0 additions & 2 deletions api/FormEncodedDataFormatter.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
/** /**
* Accepts form encoded strings and converts them * Accepts form encoded strings and converts them
* to a valid PHP array via {@link parse_str()}. * to a valid PHP array via {@link parse_str()}.
* Use together with {@link RESTfulServer} to submit
* data via POST or PUT.
* *
* Example when using cURL on commandline: * Example when using cURL on commandline:
* <code> * <code>
Expand Down
Loading

0 comments on commit cb8b118

Please sign in to comment.