Set default mimetype if META is empty
This commit is contained in:
parent
63b9b484d1
commit
a2fc1772bf
@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
// Response is a Gemini response.
|
// Response is a Gemini response.
|
||||||
type Response struct {
|
type Response struct {
|
||||||
// Status represents the response status.
|
// Status contains the response status code.
|
||||||
Status Status
|
Status Status
|
||||||
|
|
||||||
// Meta contains more information related to the response status.
|
// Meta contains more information related to the response status.
|
||||||