Top "Response" questions

A response is a general term for a message which is sent as an answer for previously made request.

RestTemplate - Handling response headers/body in Exceptions (RestClientException, HttpStatusCodeException)

In my restful webservice, in case of bad request (5xx) or 4xx respose codes, I write a custom header "x-app-err-id" …

response resttemplate
Django "The view didn't return an HttpResponse object."

I have a simple view in which I'm saving a form. The code seems 'clean', but I can't get rid …

django http view response
AJAX - get response body in success and error

I am apologize for the stupid question, but I need your help. I need to get information about response inside …

jquery ajax response
How to force a web browser to cache Images

I am writing a small application which serves images from the local computer, so they can be accessed as http://…

http browser caching response
Using Printwriter in servlet response

In this link it says:Handles the user's request to generate the HTML for the report and writes the HTML …

java servlets response crystal-reports-2008 printwriter
node-express error : express deprecated res.send(status): Use res.sendStatus(status) instead

I am trying to send an integer via response.send() but I keep getting this error express deprecated res.send(…

node.js express response
Specifying filename for dynamic PDF in asp.net

How can I specify the filename when dumping data into the response stream? Right now I'm doing the following: byte[] …

c# asp.net response
How do I get the response time from a jQuery ajax call?

So I am working on tool that can show long a request to a page is taking. I am doing …

jquery ajax time request response
Read response header from WebClient in C#

I'm trying to create my first windows client (and this is my fist post her), there shall communicate with a "…

c# header response webclient
How can I code a Created-201 response using IHttpActionResult

How can I code a Created-201 response using IHttpActionResult ? IHttpActionResult has only these options Ok List item NotFound Exception Unauthorized …

c# asp.net asp.net-web-api response asp.net-web-api2