Skip to content

Advanced functionality

johnstevenson edited this page Sep 26, 2012 · 20 revisions

The library allows you to use your own transport mechanism for sending and receiving requests. The following built-in mechanisms are used by default:

  • the client calls file_get_contents using a stream-context
  • the server reads php://input
Clone this wiki locally