net.http
Functions common to HTTP clients and servers
data->response
(data->response {:keys [status headers]} version)
Create a valid HttpResponse from a response map.
last-http-content?
(last-http-content? msg)
Are we dealing with an instance of LastHttpContent
make-boss-group
(make-boss-group {:keys [loop-thread-count disable-epoll]})
Create an event loop group. Try setting up an epoll event loop group unless either instructed not to do so or it is no available.
optimal-client-channel
(optimal-client-channel disable-epoll?)
Figure out which client channel to use
set-log-handler!
(set-log-handler! bootstrap {:keys [logging]})
Add log hander to a bootstrap
set-optimal-server-channel!
(set-optimal-server-channel! bs disable-epoll?)
Add optimal channel to a server bootstrap