Versions in this module Expand all Collapse all v0 v0.0.1 Feb 16, 2022 Changes in this version + func NewRequest(rawurl string) *gemini.Request + type ResponseRecorder struct + Body *bytes.Buffer + Flushed bool + MediaType string + Meta string + Status gemini.Status + func NewRecorder() *ResponseRecorder + func (rw *ResponseRecorder) Flush() error + func (rw *ResponseRecorder) Result() *gemini.Response + func (rw *ResponseRecorder) SetMediaType(mediatype string) + func (rw *ResponseRecorder) Write(buf []byte) (int, error) + func (rw *ResponseRecorder) WriteHeader(status gemini.Status, meta string)