Implement the logic for anything other than GET
requests.
#3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PyWebServer has a way of looking for other allowed methods than
GET
, but none of its logic is implemented. There already is a way to write to files using theFileHandler.write_file(full_path, data)
function, but it's dead code as nothing calls it.I'll probably make a separate branch for this, which won't get updated with main until I finish the function