MCPcopy Create free account
hub / github.com/devfeel/dotweb / WriteBlob

Method WriteBlob

context.go:91–91  ·  view source on GitHub ↗
(contentType string, b []byte)

Source from the content-addressed store, hash-verified

89 WriteHtml(contents ...interface{}) error
90 WriteHtmlC(code int, contents ...interface{}) error
91 WriteBlob(contentType string, b []byte) error
92 WriteBlobC(code int, contentType string, b []byte) error
93 WriteJson(i interface{}) error
94 WriteJsonC(code int, i interface{}) error

Callers 3

WriteMethod · 0.65
WriteBlobCMethod · 0.65
WriteJsonpBlobMethod · 0.65

Implementers 1

HttpContextcontext.go

Calls

no outgoing calls

Tested by

no test coverage detected