You've already forked imgproxy
mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-12-01 23:11:31 +02:00
return ETag support
This commit is contained in:
@@ -666,6 +666,6 @@ func getImageURL(ctx context.Context) string {
|
||||
return ctx.Value(imageURLCtxKey).(string)
|
||||
}
|
||||
|
||||
func getprocessingOptions(ctx context.Context) *processingOptions {
|
||||
func getProcessingOptions(ctx context.Context) *processingOptions {
|
||||
return ctx.Value(processingOptionsCtxKey).(*processingOptions)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user