Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

http-s.h / http-s.c

Prototype

Code Block

          void  HTTPs_RespBodySetParamNoBody (const  HTTPs_INSTANCE     *p_instance,
                                                     HTTPs_CONN         *p_conn,
                                                     HTTPs_ERR          *p_err);


Arguments

p_instance

Pointer to the HTTP server instance structure.

...

Must be called from a callback function only. Should be called by the function pointed by OnReqHook or OnReqRdySignalHook in the Hook Configuration of the instance configuration. The instance lock must be acquired before calling this function. It is why this function must be called from a callback function.