Hi, I need to delete a specific item from the permanent handlers list while leaving all other handlers intact. I know that I can delete it from HTTPServer().handlers. But it is not listed in API docs like HTTPServerBase().port and I am unsure whether it is a part of the public interface and whether modifying it directly is recommended/allowed.
Hi, I need to delete a specific item from the permanent handlers list while leaving all other handlers intact. I know that I can delete it from HTTPServer().handlers. But it is not listed in API docs like HTTPServerBase().port and I am unsure whether it is a part of the public interface and whether modifying it directly is recommended/allowed.