Top "Httprequest" questions

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

HTTP HEAD request with HttpClient in .NET 4.5 and C#

Is it possible to create a HTTP HEAD request with the new HttpClient in .NET 4.5? The only methods I can …

c# .net httprequest .net-4.5
Wait until multiple networking requests have all executed - including their completion blocks

I have multiple operations (they're AFNetworking requests) with completion blocks that takes some time to execute, and a Core Data …

ios objective-c cocoa-touch asynchronous httprequest
Context timeout implementation on every request using golang

I am trying to handle a context timeout for every request. We have the following server structures: Flow overview: Go …

go httprequest settimeout goroutine
Should the PATCH method return all fields of the resource in the response body?

Should the PATCH method return all fields of the resource in the response body? Or should it return only updated …

rest http httprequest restful-architecture httpverbs
Ruby: PUT Request with JSON body?

I need to create an HTTP PUT request using ruby. The request has a JSON body I was able to …

ruby json httprequest put
How can I send some http request from postgresql function or trigger

I need to send data via http protocol (GET or POST request) from the function or trigger. Is it possible?

postgresql httprequest plpgsql
Does the ORDER of javascript files matter, when they are all combined into one file?

In todays modern age, where lots of (popular) javascripts files are loaded externally and locally, does the order in which …

javascript dom performance httprequest
Binance API Keys

I have set up a read-only API key on Binance to access account information like currency balances but I can't …

api authentication url httprequest pre-signed-url
Get request body from node.js's http.IncomingMessage

I'm trying to implement a simple HTTP endpoint for an application written in node.js. I've created the HTTP server, …

node.js httprequest httpserver
Requests hanging on Session module on IIS 7.5

From time to time, some requests on my website starts to hang on the RequestAcquireState state of the Session module. …

asp.net timeout iis-7.5 httprequest session-state