Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/funqy.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
patriot1burke and gastaldi authored Jul 13, 2020
1 parent 2de5f17 commit 9183a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/main/asciidoc/funqy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public class GreetingFunction {

REST over HTTP has become a very common way to write services over the past decade. While Funqy
has an HTTP binding it is not a replacement for REST. Because Funqy has to work across a variety
of protocols and function cloud platforms, its very minimalistic and constrained. For example, if you
of protocols and function cloud platforms, it is very minimalistic and constrained. For example, if you
use Funqy you lose the ability to link (think URIs) to the data your functions spit out. You also
lose the ability to leverage cool HTTP features like `cache-control` and conditional GETs. Many
developers will be ok with that as many won't be using these REST/HTTP features or styles. You'll
Expand All @@ -188,4 +188,3 @@ Lambda. In this case, we tell them they may be better off using the Quarkus Ama




0 comments on commit 9183a0d

Please sign in to comment.