Top "Httprequest" questions

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

Can't use AFHTTPRequestOperationManager

I got a problem when I'm using AFNetworking. I wrote this in my code: AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; I do …

ios objective-c httprequest afnetworking
How to request movie data from Rotten Tomatoes using their JSON API?

In my Android application I have one EditText, one Button, and one Listview. When I type a movie name into …

android json httprequest httpclient rotten-tomatoes
Best way to send HTTP GET requests ansynchronously in Android?

In an Android app, I have to make multiple GET requests to a URL in order to transmit data to …

android multithreading asynchronous httprequest background-process
HttpRequest and reportProgress not working or messing up my requests

I am implementing a file upload service with Angular 5 and I want to give the user some feedback on the …

angular file-upload httprequest angular-httpclient
How can I parse out get request parameters in spray-routing?

This is what the section of code looks like get{ respondWithMediaType(MediaTypes.`application/json`){ entity(as[HttpRequest]){ obj => complete{ …

scala httprequest akka spray
Value cannot be null. Parameter name: request

I'm creating a unit test using nunit and all of this code works fine in runtime. I have this protected …

c# unit-testing nunit httprequest httpresponsemessage
how can i get the PortletRequest

My problem is to obtain PortletRequest from HttpServletRequest I put this sentence: PortletRequest request = (PortletRequest) HttpServletRequest.getAttribute(); What should I …

java servlets httprequest portlet spring-portlet-mvc
Is there any reason not to use HTTP PUT and DELETE in a web application?

Looking around, I can't name a single web application (not web service) that uses anything besides GET and POST requests. …

http rest httprequest
Split String by Carriage Return C

I am having a problem where I am trying to split an HTTP request by a carriage return for a …

c string split httprequest webproxy
Failed to decode JSON in HTTP request

I am using Parse Cloud Code to make a 'DELETE' HTTP Request to Delete Multiple Messages from Iron.io. It …

json http httprequest parse-platform iron.io