[Groonga-commit] droonga/droonga-client-ruby at 665c074 [master] Add comment for developers: we should implement "POST" pattern

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 20 12:32:32 JST 2014


YUKI Hiroshi	2014-01-20 12:32:32 +0900 (Mon, 20 Jan 2014)

  New Revision: 665c074e58a700ae34f3044814f80a45cf3aa9eb
  https://github.com/droonga/droonga-client-ruby/commit/665c074e58a700ae34f3044814f80a45cf3aa9eb

  Message:
    Add comment for developers: we should implement "POST" pattern

  Modified files:
    lib/droonga/client/connection/http.rb

  Modified: lib/droonga/client/connection/http.rb (+1 -0)
===================================================================
--- lib/droonga/client/connection/http.rb    2014-01-20 12:31:16 +0900 (1b37b57)
+++ lib/droonga/client/connection/http.rb    2014-01-20 12:32:32 +0900 (da78efe)
@@ -126,6 +126,7 @@ module Droonga
           http.read_timeout = read_timeout
           http.start do
             path = message["path"] || build_path(message)
+            # we should support not only GET but POST also...
             get = Net::HTTP::Get.new(path, build_headers(message))
             http.request(get) do |response|
               yield(response)
-------------- next part --------------
HTML����������������������������...
Download 



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