From the course: Android Development: Retrofit with Java

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

HTTP methods

HTTP methods - Android Tutorial

From the course: Android Development: Retrofit with Java

Start my 1-month free trial

HTTP methods

- [Instructor] I have mentioned HTTP methods - [Instructor] I have mentioned HTTP methods - [Instructor] I have mentioned HTTP methods a few times now and it sounds like we are going a few times now and it sounds like we are going a few times now and it sounds like we are going to be using them a lot, to be using them a lot, to be using them a lot, so what are they? so what are they? so what are they? HTTP methods are standardized formats for procedures HTTP methods are standardized formats for procedures HTTP methods are standardized formats for procedures that a client, your app, requests a web service to execute. that a client, your app, requests a web service to execute. that a client, your app, requests a web service to execute. They take the form of a client request They take the form of a client request They take the form of a client request and a server response. and a server response. and a server response. A request contains a request line A…

Contents