mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Merge pull request #420 from owainlewis/patch-1
Fix typo on function-format.md
This commit is contained in:
@@ -36,7 +36,7 @@ Cons:
|
|||||||
|
|
||||||
`--format http`
|
`--format http`
|
||||||
|
|
||||||
HTTP format could be a good option as it is in very common use obviously, most languages have some semi-easy way to parse it, and it's supports hot format. The response will look like a HTTP response. The communication is still done via stdin/stdout, but these pipes are never closed unless the container is explicitly terminated. The basic format is:
|
HTTP format could be a good option as it is in very common use obviously, most languages have some semi-easy way to parse it, and it supports hot format. The response will look like a HTTP response. The communication is still done via stdin/stdout, but these pipes are never closed unless the container is explicitly terminated. The basic format is:
|
||||||
|
|
||||||
Request:
|
Request:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user