英語 での Request to the server の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Send: send a request to the server.
Whenever the client wants to visit that site the cookie sends the request to the server.
Send an HTTP GET request to the server.
Send a request to the server, asking how many bytes it already has, like this:.
It sends the Ajax request to the server.
When you click a link on a web page, submit a form, or run a search,the browser sends an HTTP Request to the server.
With the Least Time algorithm, NGINX Plus mathematically combines two metrics for each server- the current number of active connections and a weighted average response time for past requests- and sends the request to the server with the lowest value.
For the Least Time method(available in NGINX Plus only), the load balancer mathematically combines two metrics for each server- the current number of active connections and a weighted average response time for past requests- and sends the request to the server with the lowest value.
We not only need to make a request to the server but also need to push message back to the client.
These are"Hello World"-type samples, where a client sends a request to the server and the server echoes it back.
A unicast or anycast client initializes the NTP message header,sends the request to the server and strips the time of day from the Transmit Timestamp field of the reply.
In this type of communication the browser sends an HTTP request to the server, and then the server sends an HTTP responseto the browser with an HTML page and the communication between them ends.
In real life instead of asking we can send a“logging” request to the server that saves the information about where the visitor left.
For instance, we need to write a service that sends a request to the server every 5 seconds asking for data, but in case the server is overloaded, it should increase the interval to 10, 20, 40 seconds….
Server-sent events Traditionally, a web page has to send a request to the server to receive new data; that is, the page requests data from the server. .
Server-sent events- Web APIs| MDN Traditionally,a web page has to send a request to the server to receive new data; that is, the page requests data from the server. .
JavaScript can send network requests to the server and load new information whenever is needed.
Requests to the server typically result in either raw data(e.g., XML or JSON), or new HTML being returned.
Up to now, even by adding headers,the browser keeps sending requests to the server even if it holds a cached version of the page.
Remove half of the web servers(WFE 1) from rotation in the load balancer,or pause the load balancer to stop incoming requests to the servers.
We can now run the goa example command to generate a basic implementation of the service along with buildable server files that spins up goroutines to start a HTTP and a gRPC server andclient files that can make requests to the server.