It covers the command syntax, advanced usage, and also features additional examples. HTTP Method The name of the HTTP method comes right before the URL argument: $ http DELETE example.org/todos/7 Which looks similar to the actual Request-Line that is sent: DELETE /todos/7 HTTP/1.1 When ...