File tree 1 file changed +4
-2
lines changed
ring-jetty-adapter/src/ring/adapter
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 203
203
:need,:want or :none (defaults to :none)
204
204
:send-date-header? - add a date header to the response (default true)
205
205
:output-buffer-size - the response body buffer size (default 32768)
206
- :request-header-size - the maximum size of a request header (default 8192)
207
- :response-header-size - the maximum size of a response header (default 8192)
206
+ :request-header-size - the maximum size of the request line and headers
207
+ (i.e. the request protocol header) (default 8192)
208
+ :response-header-size - the maximum size of the response line and headers
209
+ (i.e. the response protocol header) (default 8192)
208
210
:send-server-version? - add Server header to HTTP response (default true)"
209
211
[handler options]
210
212
(let [server (create-server (dissoc options :configurator ))]
You can’t perform that action at this time.
0 commit comments