Setter to handle HTTP multipart headers.
Syntax
Usage
Getter to handle HTTP multipart headers.
Note: In case of related multipart (i.e., the part is
multipart/related and set via the
com.HTTPRequest.setMultipartType("related",NULL,NULL)), it is mandatory to set a
unique Content-ID header. To set up a unique Content-ID header, you can use the
security.RandomGenerator.CreateUUIDString method for that.
Code Example
LET val = req.getHeader("MyClientHeader")