Versions Compared

Key

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

...

http-s.h / http-s.c

Prototype

Code Block

          HTTPs_INSTANCE  HTTPs_InstanceInit (const  HTTPs_CFG      *p_cfg,
                                              const  NET_TASK_CFG   *p_task_cfg,
                                                     HTTPs_ERR      *p_err);


Arguments

p_cfg

Pointer to the HTTP server instance configuration object.

...