Versions Compared

Key

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

...

http-s.h / http-s.c

Prototype

Code Block
          HTTPs_HDR_BLK  HTTPs_RespHdrGet (const  HTTPs_INSTANCE      *p_instance,
                                                  HTTPs_CONN          *p_conn,
                                                  HTTP_HDR_FIELD       hdr_field
                                                  HTTPs_HDR_VAL_TYPE   val_type,
                                                  HTTPs_ERR           *p_err);


Arguments

p_instance

Pointer to the HTTP server instance structure.

...

See hook function example, section Add Response Header Field.