Lines Matching refs:method
18 echo "method: ", $_SERVER['REQUEST_METHOD'], "; body: ", file_get_contents('php://input'), "\n";
31 …RVER_ADDRESS . "/test$suffix", false, stream_context_create(['http' => ['method' => 'POST', 'heade…
32 …RVER_ADDRESS . "/test$suffix", false, stream_context_create(['http' => ['method' => 'PATCH', 'head…
33 …VER_ADDRESS . "/test/$suffix", false, stream_context_create(['http' => ['method' => 'POST', 'heade…
34 …VER_ADDRESS . "/test/$suffix", false, stream_context_create(['http' => ['method' => 'PATCH', 'head…
39 method: POST; body: hello=world
40 method: PATCH; body: hello=world
41 method: POST; body: hello=world
42 method: PATCH; body: hello=world
44 method: GET; body:
45 method: GET; body:
46 method: GET; body:
47 method: GET; body:
49 method: GET; body:
50 method: GET; body:
51 method: GET; body:
52 method: GET; body:
54 method: POST; body: hello=world
55 method: PATCH; body: hello=world
56 method: POST; body: hello=world
57 method: PATCH; body: hello=world
59 method: POST; body: hello=world
60 method: PATCH; body: hello=world
61 method: POST; body: hello=world
62 method: PATCH; body: hello=world