| get() | | Send a GET HTTP request to this net:URL and return the response. | | Returns: A net:HttpResponse response message. |
|
|
| post(Node data) | | POST a HTTP request to this net:URL and return the response. The request is created with content-type 'text/xml' containing the serialised data. | | Returns: A net:HttpResponse response message. |
|
| read() | | Read the network resource represented by this net:URL. |
|
|
|
|
| stream() | | Get a stream for reading content |
|