Top "Httprequest" questions

HTTP Request is a message within a request/response sequence, according to HTTP specification.

nodejs - How to promisify http.request? reject got called two times

I'm trying to wrap http.request into Promise: new Promise(function(resolve, reject) { var req = http.request({ host: '127.0.0.1', …

node.js promise httprequest
Sending HTTP requests with VBA from Word

I am trying to send data from a Word document to a web page. I have found some code, pasted …

vba ms-word httprequest
OkHttp/Retrofit default timeout

I was wondering how many seconds should I set to my retrofit client. How many seconds should I use as …

android timeout httprequest retrofit okhttp
What is the most efficient way on Android to call HTTP Web API calls that return a JSON response?

I'm the perfectionist type, I already got web API calls working fine with Google Places API (just as an example), …

java android android-asynctask httprequest asp.net-web-api
"Content type 'application/json;charset=UTF-8' not supported" in Spring Rest application

When I do a POST request on localhost:8080/api/users to create a new user I get the following error : { "…

java spring rest httprequest postman
nodejs httprequest with data - getting error getaddrinfo ENOENT

Update - Answered by self I see one has to make sure that the DNS is resolved properly from the …

node.js httprequest getaddrinfo
Removing a Given Key from a Groovy Map

I'm sure this is a very simple question, but I'm very new to Groovy and it's something I've been struggling …

map groovy httprequest
"PHP Fatal error: Class 'HttpRequest' not found"

I've been stuck trying to solve this problem in many ways, reading a lot of posts but still having no …

php httprequest osx-lion pecl
how to send HTTP request by GET method in PHP to another website

I'm developing a web application for sending SMS to mobile from website like 160by2. I can prepare the URL required …

php sms httprequest http-get sms-gateway
ASP.NET MVC: Is Controller created for every request?

Very simple question: Are controllers in ASP.NET created for every HTTP request, or are they created at application startup …

.net asp.net-mvc-3 entity-framework controller httprequest