[Groonga-commit] droonga/drnbench at 1758ff9 [master] Add HTTP headler to the sample

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 14:23:16 JST 2014


YUKI Hiroshi	2014-01-20 14:23:16 +0900 (Mon, 20 Jan 2014)

  New Revision: 1758ff9e1b8560dd0df1e7df7e3a7d15a13d357f
  https://github.com/droonga/drnbench/commit/1758ff9e1b8560dd0df1e7df7e3a7d15a13d357f

  Message:
    Add HTTP headler to the sample

  Modified files:
    README.md

  Modified: README.md (+6 -3)
===================================================================
--- README.md    2014-01-20 14:23:05 +0900 (ee93050)
+++ README.md    2014-01-20 14:23:16 +0900 (03094f6)
@@ -237,9 +237,12 @@ Steps to run:
  1. Create a patterns file for a subscribe request:
     
         {
-          "path":   "/path/to/endpoint",
-          "method": "HTTP method",
-          "body":   (sent as the request body)
+          "path":    "/path/to/endpoint",
+          "method":  "HTTP method",
+          "headers": {
+            "X-xxxx": "xxxxx",
+          },
+          "body":    (sent as the request body)
         }
     
     For example, a file "watch-subscribe.json" like:
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index