芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/cloud.pulsehost.co.uk/vendor/sabre/http/examples/stringify.php
setHeaders([ 'Host' => 'example.org', 'Content-Type' => 'application/json', ]); $request->setBody(json_encode(['foo' => 'bar'])); echo $request; echo "\r\n\r\n"; $response = new Response(424); $response->setHeaders([ 'Content-Type' => 'text/plain', 'Connection' => 'close', ]); $response->setBody('ABORT! ABORT!'); echo $response; echo "\r\n";