marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
96 stars 9 forks source link

During initial creation of the placeholder response, clear the content type. #194

Closed amcgregor closed 3 years ago

amcgregor commented 4 years ago

Update the views to detect assignment of a value to prevent overriding of intentional choices.

amcgregor commented 3 years ago

Initial commit, in diff order:

Additionally, a typo was corrected in the MiniDOM view.

amcgregor commented 3 years ago

Closing with additional improvements to the ETree view, in determining HTML or XML rendering paths through pre-population of the response content_type and charset in c2ba18d and the application of minor type hinting polish in 28812a6. That should wrap up core functionality altered due to this change.