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_RespBodySetParamStaticData (const  HTTPs_INSTANCE     *p_instance,
                                                         HTTPs_CONN         *p_conn,
                                                         HTTP_CONTENT_TYPE   content_type,
                                                         void               *p_data,
                                                         CPU_INT32U          data_len,
                                                         CPU_BOOLEAN         token_en,
                                                         HTTPs_ERR          *p_err);


Arguments

p_instance

Pointer to the HTTP server instance structure.

...

See hook function example, section Response Body Data.