# Functions
Sets up a new httpx challenge by starting an HTTP server to handle http-01 challenges on the port number specified in the challenge type.
No description provided by the author
Verifies an http-01 challenge on the specified port by sending a GET request to the challenge URL and ensuring the key authorization presented matches the expected value.