Victor Sokolov
|
7abda277ab
|
IMG-26: transport.Common, cookies, errorreport (#1544)
* transport.Common relies on config
* cookies instance
* errorreport package turned into instance
|
2025-10-01 19:10:14 +02: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
|
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 |
|