The response lines are not used for HTTP services but were also kept in place for continuity and possible internal debugging purposes. These should be left alone so they will continue to work as valid OpenInsight functions. In SRP FrameWorks, service modules always returned a response via the function’s return variable until it reached the original caller. HTTP services, however, need the ability to set the status code, header fields, or body at any time. The complexity of these values makes it impractical to package in a single response variable.

  • No labels