Multiple choice technology web technology

Name the http method used to send resources to the server

  1. FTP method

  2. PUT method

  3. WRITE method

  4. COPY method

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The HTTP PUT method is designed to upload or send a resource to a specific URI on the server, replacing the target resource if it already exists or creating it if it does not.