MCPcopy
hub / github.com/gofiber/fiber / Secure

Method Secure

ctx_interface_gen.go:138–138  ·  view source on GitHub ↗

Secure returns whether a secure connection was established.

()

Source from the content-addressed store, hash-verified

136 SaveFileToStorage(fileheader *multipart.FileHeader, path string, storage Storage) error
137 // Secure returns whether a secure connection was established.
138 Secure() bool
139 // Status sets the HTTP status for the response.
140 // This method is chainable.
141 Status(status int) Ctx

Callers 3

Test_Ctx_SecureFunction · 0.65
cookiesForRequestMethod · 0.65
NewFunction · 0.65

Calls

no outgoing calls

Tested by 1

Test_Ctx_SecureFunction · 0.52