hypertext transfer protocol

(redirected from HTTP request)
Also found in: Dictionary, Encyclopedia.
Related to HTTP request: HTTP request header
Graphic Thesaurus  🔍
Display ON
Animation ON
Legend
Synonym
Antonym
Related
  • noun

Synonyms for hypertext transfer protocol

a protocol (utilizing TCP) to transfer hypertext requests and information between servers and browsers

Based on WordNet 3.0, Farlex clipart collection. © 2003-2012 Princeton University, Farlex Inc.
References in periodicals archive ?
When launched, the network monitoring tool recorded and reported a diverse set of information concerning each network operation on a page, including HTTP requests and response headers, a timeline of when resources were retrieved, and the total duration from the start of the request to the receipt of the final byte in the response.
a) Multiplexing and concurrency: Several HTTP requests can be sent on the same TCP connection as separate streams, and their responses can be received out of order in the same streams.
In our tests, we measured Glastopf directly on the machine it is running on using Autobench and httperf performance measuring tools, and we found that Glastopf can only process less than ten (10) http requests per second.
After some experimentation with a test application, I determined the bgColor parameter, when added to an HTTP request like above, would be passed back within the DOM without proper encoding as part of the style attribute of the <body> tag.
Net platform frame capable enough to pass into the HTTP request the services is provided to create HttpCapture (request capture classes), can use it to support the system page implementation related interfaces, and to realize the process request () method, and the class was added in the page of the configuration file < httphandlers > section.
This, in turn, resulted in a rapid improvement in browsing experience (as indicated by the drop in HTTP Bad Request and HTTP Request Timeout messages) on one hand and by the decrease of traffic associated with malware on the other.
It gets HTTP request from user and it passes them to the web server.
If the http request data is abnormally small it may be the reason of slow read packets.
The solution also enabled the client to intelligently route users' traffic based on http request to respective web and application servers, and the result was that IndiaFirst Life was able to position Array Solution acting as a web server / reverse proxy in front of application infrastructure.
Depending on the value of the connection header field, the web server closes or maintains the connection after servicing the HTTP request.
That is, write code, host it on the server, and display the UI through HTTP request (from the browser) to facilitate the desired pedagogy (i.e., short attention spans; etc.)
Because the URI of a resource is unique, when a client uses the HTTP standard to operate GET, POST, PUT, and DELETE to request the target resource, the server will understand the HTTP request. GET reads the data of the resource; POST establishes a new resource; PUT updates a resource; and DELETE deletes a resource.
Now servlet handles the entire HTTP request. This type of design pattern is now days implemented by Struts.