with the HTTPClient object? I have a HTTP request and how can I turn it in a proper way so it can be sent with this object? POST /v2/languages?auth_key=xxxxxxxxxxx HTTP/1.0
Host: api.deepl.com
User-Agent: YourApp
Accept: */*
Content-Length: 22
Content-Type: application/x-www-form-urlencoded
auth_key=xxxxxxxxxxxxxxx
you can take a look at here http://ronaldrosiernet.azurewebsites.net/Blog/2013/12/07/posting_urlencoded_key_values_with_httpclient not much changed in httpclient itself
Обсуждают сегодня