Versions Compared

Key

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

...

http-s.h / http-s.c

Prototype

Code Block
languagecpp
void  HTTPs_InstanceStart (HTTPs_INSTANCE  *p_instance,
                           HTTPs_ERR       *p_err);


Arguments

p_instance

Pointer to HTTP server instance structure.

...