Victor Sokolov
|
c6a95facbb
|
headerwriter in processing_handler.go (#1507)
* headerwriter in processing_handler.go
* Remove not required etag tests
* ETagEnabled, LastModifiedEnabled true by default
* Changed Passthrough signature
* Removed etag package
* Merge writeDebugHeaders*
|
2025-08-27 15:20:10 +02:00 |
|
DarthSim
|
5a945984a7
|
Add helpers for copying HTTP headers
|
2025-08-26 19:27:40 +06:00 |
|
Victor Sokolov
|
ec566ce1c0
|
IMG-53: refactor stream.go (#1503)
* stream_test.go
* StreamHandler
* stream.go replaced with handlers/stream
* Small fixes
* Separate SetMaxAge/SetForceExpires
* Fallback image TTL
* Added existing TTL check to SetIsFallbackImage
* guard clause SetIsFallbackImage
* Removed old stream.go
|
2025-08-25 10:25:26 +02:00 |
|
Victor Sokolov
|
15bd00b221
|
IMG-51: router -> server ns, handlers ns, added error to handler ret val (#1494)
* Introduced server, handlers, error ret in handlerfn
* Server struct with tests
* replace checkErr with return
|
2025-08-20 14:31:11 +02:00 |
|
Victor Sokolov
|
2236bd8170
|
IMG-23: replace an old imagetype with the new one (#1482)
* imagetype (new) -> imagetype
* Always fallback in C-D, GetTypeMap -> GetTypeByName
* Do not send origin ContentType
|
2025-08-13 11:36:25 +02:00 |
|
Victor Sokolov
|
f7a13c99de
|
IMG-13: separate http.Headers from ImageData (#1475)
* Separate headers from ImageData
* processing.Result
|
2025-08-06 16:46:35 +02:00 |
|
Victor Sokolov
|
3d14c85de3
|
IMG-13: http.Header, *ImageData -> ImageData (#1473)
* ImageData.Headers()
* *ImageData -> ImageData
* withmatt -> httpheaders of our own
* .Clone() headers, nil
* NewFromBytesWithFormat -> nil
* svg.go -> do not Clone()
|
2025-08-01 15:44:21 +02:00 |
|