Blogging - Application using Spring-MVC
HTTP It is a protocol used for communication between client and server for exchanging data over network. Working :- Client sends a request to Server Server process the Client's request Server responses to Client's request by sending a reply HTTP Request-methods There are different ways in which a client can send request to a server called request methods. Request-methods are :- GET - retrieve an existing file PUT - upload file POST - request to create a new file DELETE - remove an existing file
Comments
Post a Comment