http_store 0.5.3 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '095768d03abf8ec3126756076df29cf53ebeb58747c9c5be1f69f9e5e4b92f6a'
4
- data.tar.gz: 3601807df78cfb7d04e62b79dc56dd80206836663a7fb22d2f34c83c488671d8
3
+ metadata.gz: 9dd46e03dc9b62f9014b2c25e933e495e6fbfc690dca2539bc448e5205b28ebb
4
+ data.tar.gz: 3f959088878ab1b102cc256fb6c4518e1aac4eab318d1f6ddf65247a3208cc1a
5
5
  SHA512:
6
- metadata.gz: ce691e99ee9e448ee72e3a21748266605c9da44289e0e0750c1d235c51a7222348ae2549914d2ed9979464b1defd57171efeca53d8b908de8c40028f67fb061c
7
- data.tar.gz: 6e514460d70567b4c37dd24bdf7ccbb4a004b7ee06cbdb278d6783e98284b0af0346ec2ddfc89c0f65cb14ed82b8a58f5af4ec85c9e0b1aaf1d5201cf50abc15
6
+ metadata.gz: 18576dc973761cee5057be199c5cefc4874affb140d29bd58a8ffe7819b8c059f560040f973617eb9f245f7a30f81a6ec28bbcede71a6c6579d66fdf445e1e1c
7
+ data.tar.gz: 76fd15d6cc534dac98bf4cbde22f038f1de3af2f538222fce75acc153647af127f4b2a39be76470e25e6f4d07b651fdb35855b7907ce7ae6cc5fcd664de0c631
data/Gemfile.lock CHANGED
@@ -1,181 +1,197 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- http_store (0.5.3)
5
- activerecord (>= 5.0, < 6.1)
6
- hashie (~> 3.0)
7
- rails (>= 5, < 7)
8
- rest-client (~> 2.0)
4
+ http_store (0.5.5)
5
+ activerecord
6
+ hashie
7
+ rails
8
+ rest-client
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actioncable (6.0.3.3)
14
- actionpack (= 6.0.3.3)
13
+ actioncable (7.0.6)
14
+ actionpack (= 7.0.6)
15
+ activesupport (= 7.0.6)
15
16
  nio4r (~> 2.0)
16
17
  websocket-driver (>= 0.6.1)
17
- actionmailbox (6.0.3.3)
18
- actionpack (= 6.0.3.3)
19
- activejob (= 6.0.3.3)
20
- activerecord (= 6.0.3.3)
21
- activestorage (= 6.0.3.3)
22
- activesupport (= 6.0.3.3)
18
+ actionmailbox (7.0.6)
19
+ actionpack (= 7.0.6)
20
+ activejob (= 7.0.6)
21
+ activerecord (= 7.0.6)
22
+ activestorage (= 7.0.6)
23
+ activesupport (= 7.0.6)
23
24
  mail (>= 2.7.1)
24
- actionmailer (6.0.3.3)
25
- actionpack (= 6.0.3.3)
26
- actionview (= 6.0.3.3)
27
- activejob (= 6.0.3.3)
25
+ net-imap
26
+ net-pop
27
+ net-smtp
28
+ actionmailer (7.0.6)
29
+ actionpack (= 7.0.6)
30
+ actionview (= 7.0.6)
31
+ activejob (= 7.0.6)
32
+ activesupport (= 7.0.6)
28
33
  mail (~> 2.5, >= 2.5.4)
34
+ net-imap
35
+ net-pop
36
+ net-smtp
29
37
  rails-dom-testing (~> 2.0)
30
- actionpack (6.0.3.3)
31
- actionview (= 6.0.3.3)
32
- activesupport (= 6.0.3.3)
33
- rack (~> 2.0, >= 2.0.8)
38
+ actionpack (7.0.6)
39
+ actionview (= 7.0.6)
40
+ activesupport (= 7.0.6)
41
+ rack (~> 2.0, >= 2.2.4)
34
42
  rack-test (>= 0.6.3)
35
43
  rails-dom-testing (~> 2.0)
36
44
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.0.3.3)
38
- actionpack (= 6.0.3.3)
39
- activerecord (= 6.0.3.3)
40
- activestorage (= 6.0.3.3)
41
- activesupport (= 6.0.3.3)
45
+ actiontext (7.0.6)
46
+ actionpack (= 7.0.6)
47
+ activerecord (= 7.0.6)
48
+ activestorage (= 7.0.6)
49
+ activesupport (= 7.0.6)
50
+ globalid (>= 0.6.0)
42
51
  nokogiri (>= 1.8.5)
43
- actionview (6.0.3.3)
44
- activesupport (= 6.0.3.3)
52
+ actionview (7.0.6)
53
+ activesupport (= 7.0.6)
45
54
  builder (~> 3.1)
46
55
  erubi (~> 1.4)
47
56
  rails-dom-testing (~> 2.0)
48
57
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.0.3.3)
50
- activesupport (= 6.0.3.3)
58
+ activejob (7.0.6)
59
+ activesupport (= 7.0.6)
51
60
  globalid (>= 0.3.6)
52
- activemodel (6.0.3.3)
53
- activesupport (= 6.0.3.3)
54
- activerecord (6.0.3.3)
55
- activemodel (= 6.0.3.3)
56
- activesupport (= 6.0.3.3)
57
- activestorage (6.0.3.3)
58
- actionpack (= 6.0.3.3)
59
- activejob (= 6.0.3.3)
60
- activerecord (= 6.0.3.3)
61
- marcel (~> 0.3.1)
62
- activesupport (6.0.3.3)
61
+ activemodel (7.0.6)
62
+ activesupport (= 7.0.6)
63
+ activerecord (7.0.6)
64
+ activemodel (= 7.0.6)
65
+ activesupport (= 7.0.6)
66
+ activestorage (7.0.6)
67
+ actionpack (= 7.0.6)
68
+ activejob (= 7.0.6)
69
+ activerecord (= 7.0.6)
70
+ activesupport (= 7.0.6)
71
+ marcel (~> 1.0)
72
+ mini_mime (>= 1.1.0)
73
+ activesupport (7.0.6)
63
74
  concurrent-ruby (~> 1.0, >= 1.0.2)
64
- i18n (>= 0.7, < 2)
65
- minitest (~> 5.1)
66
- tzinfo (~> 1.1)
67
- zeitwerk (~> 2.2, >= 2.2.2)
75
+ i18n (>= 1.6, < 2)
76
+ minitest (>= 5.1)
77
+ tzinfo (~> 2.0)
68
78
  builder (3.2.4)
69
- byebug (11.0.1)
70
- concurrent-ruby (1.1.7)
79
+ byebug (11.1.3)
80
+ concurrent-ruby (1.2.2)
71
81
  crass (1.0.6)
72
- diff-lcs (1.3)
82
+ date (3.3.3)
83
+ diff-lcs (1.5.0)
73
84
  domain_name (0.5.20190701)
74
85
  unf (>= 0.0.5, < 1.0.0)
75
- erubi (1.9.0)
76
- globalid (0.4.2)
77
- activesupport (>= 4.2.0)
78
- hashie (3.6.0)
86
+ erubi (1.12.0)
87
+ globalid (1.1.0)
88
+ activesupport (>= 5.0)
89
+ hashie (5.0.0)
79
90
  http-accept (1.7.0)
80
- http-cookie (1.0.3)
91
+ http-cookie (1.0.5)
81
92
  domain_name (~> 0.5)
82
- i18n (1.8.5)
93
+ i18n (1.14.1)
83
94
  concurrent-ruby (~> 1.0)
84
- loofah (2.7.0)
95
+ loofah (2.21.3)
85
96
  crass (~> 1.0.2)
86
- nokogiri (>= 1.5.9)
87
- mail (2.7.1)
97
+ nokogiri (>= 1.12.0)
98
+ mail (2.8.1)
88
99
  mini_mime (>= 0.1.1)
89
- marcel (0.3.3)
90
- mimemagic (~> 0.3.2)
100
+ net-imap
101
+ net-pop
102
+ net-smtp
103
+ marcel (1.0.2)
91
104
  method_source (1.0.0)
92
- mime-types (3.3.1)
105
+ mime-types (3.4.1)
93
106
  mime-types-data (~> 3.2015)
94
- mime-types-data (3.2020.0512)
95
- mimemagic (0.3.5)
96
- mini_mime (1.0.2)
97
- mini_portile2 (2.4.0)
98
- minitest (5.14.2)
107
+ mime-types-data (3.2023.0218.1)
108
+ mini_mime (1.1.5)
109
+ minitest (5.19.0)
110
+ net-imap (0.3.7)
111
+ date
112
+ net-protocol
113
+ net-pop (0.1.2)
114
+ net-protocol
115
+ net-protocol (0.2.1)
116
+ timeout
117
+ net-smtp (0.3.3)
118
+ net-protocol
99
119
  netrc (0.11.0)
100
- nio4r (2.5.4)
101
- nokogiri (1.10.10)
102
- mini_portile2 (~> 2.4.0)
103
- rack (2.2.3)
104
- rack-test (1.1.0)
105
- rack (>= 1.0, < 3)
106
- rails (6.0.3.3)
107
- actioncable (= 6.0.3.3)
108
- actionmailbox (= 6.0.3.3)
109
- actionmailer (= 6.0.3.3)
110
- actionpack (= 6.0.3.3)
111
- actiontext (= 6.0.3.3)
112
- actionview (= 6.0.3.3)
113
- activejob (= 6.0.3.3)
114
- activemodel (= 6.0.3.3)
115
- activerecord (= 6.0.3.3)
116
- activestorage (= 6.0.3.3)
117
- activesupport (= 6.0.3.3)
118
- bundler (>= 1.3.0)
119
- railties (= 6.0.3.3)
120
- sprockets-rails (>= 2.0.0)
121
- rails-dom-testing (2.0.3)
122
- activesupport (>= 4.2.0)
120
+ nio4r (2.5.9)
121
+ nokogiri (1.15.3-x86_64-darwin)
122
+ racc (~> 1.4)
123
+ racc (1.7.1)
124
+ rack (2.2.8)
125
+ rack-test (2.1.0)
126
+ rack (>= 1.3)
127
+ rails (7.0.6)
128
+ actioncable (= 7.0.6)
129
+ actionmailbox (= 7.0.6)
130
+ actionmailer (= 7.0.6)
131
+ actionpack (= 7.0.6)
132
+ actiontext (= 7.0.6)
133
+ actionview (= 7.0.6)
134
+ activejob (= 7.0.6)
135
+ activemodel (= 7.0.6)
136
+ activerecord (= 7.0.6)
137
+ activestorage (= 7.0.6)
138
+ activesupport (= 7.0.6)
139
+ bundler (>= 1.15.0)
140
+ railties (= 7.0.6)
141
+ rails-dom-testing (2.1.1)
142
+ activesupport (>= 5.0.0)
143
+ minitest
123
144
  nokogiri (>= 1.6)
124
- rails-html-sanitizer (1.3.0)
125
- loofah (~> 2.3)
126
- railties (6.0.3.3)
127
- actionpack (= 6.0.3.3)
128
- activesupport (= 6.0.3.3)
145
+ rails-html-sanitizer (1.6.0)
146
+ loofah (~> 2.21)
147
+ nokogiri (~> 1.14)
148
+ railties (7.0.6)
149
+ actionpack (= 7.0.6)
150
+ activesupport (= 7.0.6)
129
151
  method_source
130
- rake (>= 0.8.7)
131
- thor (>= 0.20.3, < 2.0)
132
- rake (10.5.0)
152
+ rake (>= 12.2)
153
+ thor (~> 1.0)
154
+ zeitwerk (~> 2.5)
155
+ rake (13.0.6)
133
156
  rest-client (2.1.0)
134
157
  http-accept (>= 1.7.0, < 2.0)
135
158
  http-cookie (>= 1.0.2, < 2.0)
136
159
  mime-types (>= 1.16, < 4.0)
137
160
  netrc (~> 0.8)
138
- rspec (3.8.0)
139
- rspec-core (~> 3.8.0)
140
- rspec-expectations (~> 3.8.0)
141
- rspec-mocks (~> 3.8.0)
142
- rspec-core (3.8.2)
143
- rspec-support (~> 3.8.0)
144
- rspec-expectations (3.8.4)
161
+ rspec (3.12.0)
162
+ rspec-core (~> 3.12.0)
163
+ rspec-expectations (~> 3.12.0)
164
+ rspec-mocks (~> 3.12.0)
165
+ rspec-core (3.12.2)
166
+ rspec-support (~> 3.12.0)
167
+ rspec-expectations (3.12.3)
145
168
  diff-lcs (>= 1.2.0, < 2.0)
146
- rspec-support (~> 3.8.0)
147
- rspec-mocks (3.8.1)
169
+ rspec-support (~> 3.12.0)
170
+ rspec-mocks (3.12.6)
148
171
  diff-lcs (>= 1.2.0, < 2.0)
149
- rspec-support (~> 3.8.0)
150
- rspec-support (3.8.2)
151
- sprockets (4.0.2)
172
+ rspec-support (~> 3.12.0)
173
+ rspec-support (3.12.1)
174
+ thor (1.2.2)
175
+ timeout (0.4.0)
176
+ tzinfo (2.0.6)
152
177
  concurrent-ruby (~> 1.0)
153
- rack (> 1, < 3)
154
- sprockets-rails (3.2.2)
155
- actionpack (>= 4.0)
156
- activesupport (>= 4.0)
157
- sprockets (>= 3.0.0)
158
- thor (1.0.1)
159
- thread_safe (0.3.6)
160
- tzinfo (1.2.7)
161
- thread_safe (~> 0.1)
162
178
  unf (0.1.4)
163
179
  unf_ext
164
- unf_ext (0.0.7.7)
165
- websocket-driver (0.7.3)
180
+ unf_ext (0.0.8.2)
181
+ websocket-driver (0.7.6)
166
182
  websocket-extensions (>= 0.1.0)
167
183
  websocket-extensions (0.1.5)
168
- zeitwerk (2.4.0)
184
+ zeitwerk (2.6.11)
169
185
 
170
186
  PLATFORMS
171
- ruby
187
+ x86_64-darwin-21
172
188
 
173
189
  DEPENDENCIES
174
- bundler (~> 2.0)
175
- byebug (~> 11.0)
190
+ bundler
191
+ byebug
176
192
  http_store!
177
- rake (~> 10.0)
178
- rspec (~> 3.0)
193
+ rake
194
+ rspec
179
195
 
180
196
  BUNDLED WITH
181
- 2.1.4
197
+ 2.3.24
@@ -1,17 +1,17 @@
1
1
  class CreateHttpLogs < ActiveRecord::Migration[5.2]
2
2
  def change
3
- create_table :http_logs do |t|
3
+ create_table "http_logs_#{i}" do |t|
4
4
  # request
5
- t.string :http_method, comment: '请求方法'
5
+ t.string :http_method, limit: 10, comment: '请求方法'
6
6
  t.text :url, comment: '请求 URL'
7
- t.string :data_type, comment: 'data 参数类型 (form/json)'
7
+ t.string :data_type, limit: 10, comment: 'data 参数类型 (form/json)'
8
8
  t.text :headers, comment: '请求 header'
9
9
  t.text :query_params, comment: 'url 参数'
10
10
  t.text :data, comment: 'body, get/delete 为空'
11
11
 
12
12
  # request builder
13
13
  t.text :other_params, comment: '其他自定义参数, 用于构建 query_params/data_type'
14
- t.string :request_digest, comment: '请求唯一 id'
14
+ t.string :request_digest, limit: 80, comment: '请求唯一 id'
15
15
  t.boolean :request_valid, comment: '请求是否符合规范, 若为 false, 不会发起请求'
16
16
  t.boolean :force, comment: '忽略缓存, 强制请求'
17
17
 
@@ -25,11 +25,15 @@ class CreateHttpLogs < ActiveRecord::Migration[5.2]
25
25
  t.text :response_data, comment: '格式化后的 response'
26
26
 
27
27
  # relation
28
- t.string :client_type, comment: '请求类型'
28
+ t.string :client_type, limit: 80, comment: '请求类型'
29
29
  t.string :requestable_id, comment: '外键 ID'
30
30
  t.string :requestable_type, comment: '外键 类型'
31
31
  t.integer :parent_id
32
32
 
33
+ t.index [:created_at, :client_type]
34
+ t.index [:created_at, :response_valid]
35
+ t.index :request_digest
36
+
33
37
  t.timestamps
34
38
  end
35
39
  end
data/http_store.gemspec CHANGED
@@ -27,14 +27,14 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
- spec.add_dependency "rest-client", '~> 2.0'
31
- spec.add_dependency "hashie", '~> 3.0'
32
- spec.add_dependency "activerecord", '>= 5.0', '< 6.1'
33
- spec.add_dependency "rails", ">= 5", "< 7"
34
-
35
- spec.add_development_dependency "bundler", "~> 2.0"
36
- spec.add_development_dependency "rake", "~> 10.0"
37
- spec.add_development_dependency "rspec", "~> 3.0"
38
- spec.add_development_dependency "byebug", "~> 11.0"
30
+ spec.add_dependency "rest-client"
31
+ spec.add_dependency "hashie"
32
+ spec.add_dependency "activerecord"
33
+ spec.add_dependency "rails"
34
+
35
+ spec.add_development_dependency "bundler"
36
+ spec.add_development_dependency "rake"
37
+ spec.add_development_dependency "rspec"
38
+ spec.add_development_dependency "byebug"
39
39
  end
40
40
 
@@ -1,3 +1,3 @@
1
1
  module HttpStore
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.5"
3
3
  end
metadata CHANGED
@@ -1,139 +1,127 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http_store
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - black
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-11-30 00:00:00.000000000 Z
11
+ date: 2023-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '2.0'
19
+ version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '2.0'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: hashie
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: '3.0'
33
+ version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - "~>"
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
- version: '3.0'
40
+ version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: activerecord
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '5.0'
48
- - - "<"
49
- - !ruby/object:Gem::Version
50
- version: '6.1'
47
+ version: '0'
51
48
  type: :runtime
52
49
  prerelease: false
53
50
  version_requirements: !ruby/object:Gem::Requirement
54
51
  requirements:
55
52
  - - ">="
56
53
  - !ruby/object:Gem::Version
57
- version: '5.0'
58
- - - "<"
59
- - !ruby/object:Gem::Version
60
- version: '6.1'
54
+ version: '0'
61
55
  - !ruby/object:Gem::Dependency
62
56
  name: rails
63
57
  requirement: !ruby/object:Gem::Requirement
64
58
  requirements:
65
59
  - - ">="
66
60
  - !ruby/object:Gem::Version
67
- version: '5'
68
- - - "<"
69
- - !ruby/object:Gem::Version
70
- version: '7'
61
+ version: '0'
71
62
  type: :runtime
72
63
  prerelease: false
73
64
  version_requirements: !ruby/object:Gem::Requirement
74
65
  requirements:
75
66
  - - ">="
76
67
  - !ruby/object:Gem::Version
77
- version: '5'
78
- - - "<"
79
- - !ruby/object:Gem::Version
80
- version: '7'
68
+ version: '0'
81
69
  - !ruby/object:Gem::Dependency
82
70
  name: bundler
83
71
  requirement: !ruby/object:Gem::Requirement
84
72
  requirements:
85
- - - "~>"
73
+ - - ">="
86
74
  - !ruby/object:Gem::Version
87
- version: '2.0'
75
+ version: '0'
88
76
  type: :development
89
77
  prerelease: false
90
78
  version_requirements: !ruby/object:Gem::Requirement
91
79
  requirements:
92
- - - "~>"
80
+ - - ">="
93
81
  - !ruby/object:Gem::Version
94
- version: '2.0'
82
+ version: '0'
95
83
  - !ruby/object:Gem::Dependency
96
84
  name: rake
97
85
  requirement: !ruby/object:Gem::Requirement
98
86
  requirements:
99
- - - "~>"
87
+ - - ">="
100
88
  - !ruby/object:Gem::Version
101
- version: '10.0'
89
+ version: '0'
102
90
  type: :development
103
91
  prerelease: false
104
92
  version_requirements: !ruby/object:Gem::Requirement
105
93
  requirements:
106
- - - "~>"
94
+ - - ">="
107
95
  - !ruby/object:Gem::Version
108
- version: '10.0'
96
+ version: '0'
109
97
  - !ruby/object:Gem::Dependency
110
98
  name: rspec
111
99
  requirement: !ruby/object:Gem::Requirement
112
100
  requirements:
113
- - - "~>"
101
+ - - ">="
114
102
  - !ruby/object:Gem::Version
115
- version: '3.0'
103
+ version: '0'
116
104
  type: :development
117
105
  prerelease: false
118
106
  version_requirements: !ruby/object:Gem::Requirement
119
107
  requirements:
120
- - - "~>"
108
+ - - ">="
121
109
  - !ruby/object:Gem::Version
122
- version: '3.0'
110
+ version: '0'
123
111
  - !ruby/object:Gem::Dependency
124
112
  name: byebug
125
113
  requirement: !ruby/object:Gem::Requirement
126
114
  requirements:
127
- - - "~>"
115
+ - - ">="
128
116
  - !ruby/object:Gem::Version
129
- version: '11.0'
117
+ version: '0'
130
118
  type: :development
131
119
  prerelease: false
132
120
  version_requirements: !ruby/object:Gem::Requirement
133
121
  requirements:
134
- - - "~>"
122
+ - - ">="
135
123
  - !ruby/object:Gem::Version
136
- version: '11.0'
124
+ version: '0'
137
125
  description: This lib is based on rest-clint http client. It generate a table to store
138
126
  the http request info
139
127
  email:
@@ -172,7 +160,7 @@ metadata:
172
160
  allowed_push_host: https://rubygems.org
173
161
  homepage_uri: https://github.com/308820773/http-store
174
162
  source_code_uri: https://github.com/308820773/http-store
175
- post_install_message:
163
+ post_install_message:
176
164
  rdoc_options: []
177
165
  require_paths:
178
166
  - lib
@@ -187,8 +175,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
175
  - !ruby/object:Gem::Version
188
176
  version: '0'
189
177
  requirements: []
190
- rubygems_version: 3.0.8
191
- signing_key:
178
+ rubygems_version: 3.1.6
179
+ signing_key:
192
180
  specification_version: 4
193
181
  summary: store the http request, it based on rest-client
194
182
  test_files: []