Skip to content

Advanced functionality

johnstevenson edited this page Sep 26, 2012 · 20 revisions

The library is designed to be flexible. It allows you to substitute the built-in transport mechanism for sending and receiving requests with one of your own. The following mechanisms are used by default:

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

It is easy to provide your own transports

Clone this wiki locally