comparison OrthancServer/Sources/OrthancRestApi/OrthancRestArchive.cpp @ 4760:b2417ac5055a openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 10:48:14 +0200
parents f0038043fb97 b3957ddd88f1
children 70d2a97ca8cb
comparison
equal deleted inserted replaced
4750:56ed4c11fc2a 4760:b2417ac5055a
488 { 488 {
489 call.GetDocumentation() 489 call.GetDocumentation()
490 .SetRequestField("Synchronous", RestApiCallDocumentation::Type_Boolean, 490 .SetRequestField("Synchronous", RestApiCallDocumentation::Type_Boolean,
491 "If `true`, create the archive in synchronous mode, which means that the HTTP answer will directly " 491 "If `true`, create the archive in synchronous mode, which means that the HTTP answer will directly "
492 "contain the ZIP file. This is the default, easy behavior. However, if global configuration option " 492 "contain the ZIP file. This is the default, easy behavior. However, if global configuration option "
493 "\"SynchronousZipStream\" is set to \"false\", asynchronous transfers should be prefered for " 493 "\"SynchronousZipStream\" is set to \"false\", asynchronous transfers should be preferred for "
494 "large amount of data, as the creation of the temporary file might lead to network timeouts.", false) 494 "large amount of data, as the creation of the temporary file might lead to network timeouts.", false)
495 .SetRequestField("Asynchronous", RestApiCallDocumentation::Type_Boolean, 495 .SetRequestField("Asynchronous", RestApiCallDocumentation::Type_Boolean,
496 "If `true`, create the archive in asynchronous mode, which means that a job is submitted to create " 496 "If `true`, create the archive in asynchronous mode, which means that a job is submitted to create "
497 "the archive in background.", false) 497 "the archive in background.", false)
498 .SetRequestField(KEY_TRANSCODE, RestApiCallDocumentation::Type_String, 498 .SetRequestField(KEY_TRANSCODE, RestApiCallDocumentation::Type_String,