Skip to content

Tags: joomcode/gocraft-web

Tags

v1.1

Toggle v1.1's commit message
FEATURE: support Hijacker, CloseNotifier, Flusher; export Size() and …

…Written()

Add support and tests for http's Hijacker, CloseNotifier, and Flusher interfaces in the ResponseWriter.

Also, export some more methods on ResponseWriter: Size() and Written() which return how many bytes were written and whether the header was written yet.

v1.0

Toggle v1.0's commit message
TWEAK: Include the URL in panic messages.