-
takes in a URL, sends a request to that URL, and displays the size of the body of the response
-
takes in a URL, sends a GET request to the URL, and displays the body of the response
-
sends a DELETE request to the URL passed as the first argument and displays the body of the response
-
takes in a URL and displays all HTTP methods the server will accept
-
takes in a URL as an argument, sends a GET request to the URL, and displays the body of the response
-
takes in a URL, sends a POST request to the passed URL, and displays the body of the response
-
finds a peak in a list of unsorted integers