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

Closed
opened 2025-04-13 00:54:55 +02:00 by Nova · 2 comments
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
Author
Owner

The 2.0 branch and the apimode setting fixes this issue pretty much.

The `2.0` branch and the `apimode` setting fixes this issue pretty much.
Nova closed this issue 2026-03-28 23:55:16 +01:00
Sign in to join this conversation.