Files
doc-exports/docs/fg/umn/functiongraph_03_0838.html
chenjunjie da8877ec76 FG UMN 20241021 version
Reviewed-by: Mützel, Andrea <andrea.muetzel@t-systems.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2025-05-20 13:39:19 +00:00

1.2 KiB

How Do I Read the Request Header of a Function?

The first parameter in the function handler contains the request header. You can print the function execution result to obtain required fields.

As shown in the following figure, event is the first parameter in the function handler, and headers is the request header.

<script language="JavaScript"> </script>