From c95f72616f59a317f72c58c0e5664992504a48e5 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 31 Mar 2016 23:15:45 +0200 Subject: refactoring (in progress, tbf) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9a98da85bb838b9401dad48a6652207ab4db191 Signed-off-by: José Bollo --- test/client-ctx.html | 9 +++++++++ test/hello-world.html | 12 ++++++++++++ test/index.html | 10 ++++++++++ test/sample-post.html | 10 ++++++++++ test/websock.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 88 insertions(+) create mode 100644 test/client-ctx.html create mode 100644 test/hello-world.html create mode 100644 test/index.html create mode 100644 test/sample-post.html create mode 100644 test/websock.html (limited to 'test') diff --git a/test/client-ctx.html b/test/client-ctx.html new file mode 100644 index 00000000..26f4bcfb --- /dev/null +++ b/test/client-ctx.html @@ -0,0 +1,9 @@ + + + Client Ctx test + +

Client Ctx test

+
    +
  1. create +
  2. check +
  3. close diff --git a/test/hello-world.html b/test/hello-world.html new file mode 100644 index 00000000..88f2c95b --- /dev/null +++ b/test/hello-world.html @@ -0,0 +1,12 @@ + + + Hello world test + +

    Hello world test

    +
      +
    1. ping +
    2. ping null +
    3. ping bug +
    4. ping json +
    5. not a verb +
    6. not an api diff --git a/test/index.html b/test/index.html new file mode 100644 index 00000000..66b36190 --- /dev/null +++ b/test/index.html @@ -0,0 +1,10 @@ + + + afb-daemon test + +

      afb-daemon test

      +
        +
      1. Hello World! +
      2. client context +
      3. Sample post +
      4. websockets diff --git a/test/sample-post.html b/test/sample-post.html new file mode 100644 index 00000000..c9decdcb --- /dev/null +++ b/test/sample-post.html @@ -0,0 +1,10 @@ + + + Sample Post test + +

        Sample Post test

        +
          +
        1. upload json +
        2. upload json +
        3. upload json +
        4. upload json diff --git a/test/websock.html b/test/websock.html new file mode 100644 index 00000000..1db33b2a --- /dev/null +++ b/test/websock.html @@ -0,0 +1,47 @@ + + + + WebSocket Echo + + + +

          WebSocket Echo

          +
          Not Connected
          + + + -- cgit 1.2.3-korg