MCPcopy Create free account
hub / github.com/gotenberg/gotenberg / Request

Method Request

pkg/modules/api/context.go:524–526  ·  view source on GitHub ↗

Request returns the [http.Request].

()

Source from the content-addressed store, hash-verified

522
523// Request returns the [http.Request].
524func (ctx *Context) Request() *http.Request {
525 return ctx.echoCtx.Request()
526}
527
528// FormData return a [FormData].
529func (ctx *Context) FormData() *FormData {

Callers 6

httpErrorHandlerFunction · 0.80
outputFilenameMiddlewareFunction · 0.80
telemetryMiddlewareFunction · 0.80
newContextFunction · 0.80
webhookMiddlewareFunction · 0.80
newServerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected