Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
put
.
Show all posts
Showing posts with label
put
.
Show all posts
Tuesday, July 30, 2013
Java - Call URL And Sending HTTP Parameters Via GET POST PUT PATCH DELETE Method Easily Execute
›
Its very easy to invoke URL using Java, We can now send GET, POST, PUT, PATCH And Delete method easily. Invoking URL in Java is easy now. ...
Thursday, July 4, 2013
PUTting data fields with PHP cURL
›
This is a little post about how to PUT multiple data fields using the PHP cURL extension. Why I wanted to do this in the first place is b...
Tuesday, May 15, 2012
Execute Curl to GET POST PUT PATCH DELETE Method Using Php
›
$headers[] = "Authorization: Basic xxx"; $headers[] = "Accept: text/xml"; $post = array( "name" =>...
›
Home
View web version