alyalsayed / alx-higher_level_programming

Alx higher level programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Alx higher level programming


Languages

Language:Python 92.0%Language:JavaScript 4.8%Language:C 1.6%Language:Shell 1.5%