comparison NEWS @ 1961:ef1e9856c26f

New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Apr 2016 17:26:13 +0200
parents 239e50b3792f
children 5a80fb3402e0
comparison
equal deleted inserted replaced
1960:239e50b3792f 1961:ef1e9856c26f
15 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) 15 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding)
16 * Huge speedup if decoding the family of JPEG transfer syntaxes 16 * Huge speedup if decoding the family of JPEG transfer syntaxes
17 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) 17 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin)
18 * Support decoding of RLE Lossless transfer syntax 18 * Support decoding of RLE Lossless transfer syntax
19 * Support of signed 16bpp images in ParsedDicomFile 19 * Support of signed 16bpp images in ParsedDicomFile
20
21 Plugins
22 -------
23
24 * New callback to filter incoming HTTP requests: OrthancPluginRegisterIncomingHttpRequestFilter()
20 25
21 Lua 26 Lua
22 --- 27 ---
23 28
24 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback 29 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback