Implement the logic for anything other than GET requests. #3

Open
opened 2025-04-13 00:54:55 +02:00 by Nova · 1 comment
Owner

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 the FileHandler.write_file(full_path, data) function, but it's dead code as nothing calls it.

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 the `FileHandler.write_file(full_path, data)` function, but it's dead code as nothing calls it.
Nova added the
Kind/Feature
Priority
Low
labels 2025-04-13 00:54:55 +02:00
Nova self-assigned this 2025-04-13 00:54:55 +02:00
Author
Owner

I'll probably make a separate branch for this, which won't get updated with main until I finish the function

I'll probably make a separate branch for this, which won't get updated with main until I finish the function
Sign in to join this conversation.
No description provided.