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_RespBodySetParamFile (const  HTTPs_INSTANCE     *p_instance,
                                                   HTTPs_CONN         *p_conn,
                                                   CPU_CHAR           *p_path,
                                                   HTTP_CONTENT_TYPE   content_type,
                                                   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.