You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add http/grpc header support for py/js functions (#40)
* add http/grpc header support for py/js functions
* fix review comments
* fix tests for raspberry | bypass special chars in request headers
* the missing tests for the headers func + update sieve func
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Additionally, we provide scripts to read logs from your function and to wipe all
90
90
91
91
This tinyFaaS prototype only supports functions written for NodeJS 20, Python 3.9, and binary functions.
92
92
A good place to get started with writing functions is the selection of test functions in [`./test/fns`](./test/fns/).
93
+
HTTP headers and GRPC Metadata are accessible in NodeJS and Python functions as key values. Check the "show-headers" test functions for more information.
0 commit comments