diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ $pcurl->proxy(host, port); $pcurl->auth(user, pass); $pcurl->header('Cache-Control: no-cache'); $pcurl->contentType('application/xml'); -$response = $pcurl->post('<a>makapaka</a>'); +$response = $pcurl->post('/igipigiel/xml', '<a>makapaka</a>'); ``` Enjoy! |