Rodrigo

Results 4 comments of Rodrigo

Solution: int statusCode = response.getStatusLine().getStatusCode();

> Bem, como diz, você está fornecendo uma única string com algumas coisas dentro, mas a função espera duas strings como esta, a primeira sendo a chave e a segunda...

> Ah ok, I guess you are basing this on the overloaded addData function here in the source ? > https://github.com/runemadsen/HTTP-Requests-for-Processing/blob/master/src/http/requests/PostRequest.java#L71 > since it's nowhere in the documentations or examples,...

> Ah right, I didn't change it at the root or anything, don't even know where library files are stored in processing, I just meant not importing the library but...