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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
The
2.0branch and theapimodesetting fixes this issue pretty much.