Versions Compared

Key

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

...

http-c.h/http-c.c

Prototype

Code Block

          void  HTTPc_ReqClr (HTTPc_REQ_OBJ  *p_req_obj,
                              HTTPc_ERR      *p_err);


Arguments

p_req_obj

Pointer to the HTTPc Request Object to clear.

...