Skip to content

alyalsayed/alx-higher_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x10. Python - Network #0

  1. takes in a URL, sends a request to that URL, and displays the size of the body of the response

  2. takes in a URL, sends a GET request to the URL, and displays the body of the response

  3. sends a DELETE request to the URL passed as the first argument and displays the body of the response

  4. takes in a URL and displays all HTTP methods the server will accept

  5. takes in a URL as an argument, sends a GET request to the URL, and displays the body of the response

  6. takes in a URL, sends a POST request to the passed URL, and displays the body of the response

  7. finds a peak in a list of unsorted integers