HTTP-Requests-for-Processing icon indicating copy to clipboard operation
HTTP-Requests-for-Processing copied to clipboard

specifiying port number

Open shirish47 opened this issue 9 years ago • 1 comments

I want to use this library with the da different port number.. is there a function for it ?

shirish47 avatar Feb 15 '16 09:02 shirish47

you can specify the port number in the request PostRequest post = new PostRequest("http://domain:port");

criaturaExperimental avatar May 20 '16 18:05 criaturaExperimental