http/2

Still not switch to HTTP/2?

Reading Time: 4 minutes Hi folks! Your website doesn’t reload fast and takes more time to get response . Then this is perfect time to move to HTTP/2. The relatively new HTTP/2 protocol speeds up page load significantly and is widely supported by all major browsers and servers. You should be using it right now. What is HTTP? HTTP is based on the Client/Server model. Client/Server model can be explained Continue Reading

Http/2 Client in Java9

Reading Time: 3 minutes Hypertext Transfer Protocol (HTTP) is an application protocol that is, basically used as a request/response mechanism for data transformation. HTTP is based on the Client/Server model. Client/Server model can be explained as two computers, Client (receiver of service) and Server (provider of service) that are communicating via requests and responses. Talking about earlier HTTP which is currently, the foundation of data communication for the World Wide Web. WWW Continue Reading