wai/hcar-warp.tex

35 lines
1.1 KiB
TeX
Raw Normal View History

2016-04-12 11:27:37 +03:00
% Warp-MW.tex
\begin{hcarentry}{Warp}
\label{warp}
2016-04-13 05:52:08 +03:00
\report{Kazu Yamamoto}%05/16
\participants{Michael Snoyman}
2016-04-12 11:27:37 +03:00
%\status{stable}
\makeheader
2016-04-13 05:52:08 +03:00
Warp is a high performance, easy to deploy HTTP handler for WAI~\cref{wai}.
Its supports both HTTP/1.1 and HTTP/2.
2016-04-12 11:27:37 +03:00
2016-04-13 05:52:08 +03:00
Since the last HCAR, we have released Warp 3.2 which
removes the experimental HTTP/2 APIs.
The performance of HTTP/2 was drastically improved.
The logic to handle static files such as \texttt{If-Modified-Since}
was imported from Mighttpd2~\cref{mighttpd2}.
2016-04-12 11:27:37 +03:00
2016-04-13 05:52:08 +03:00
\FurtherReading
2016-04-12 11:27:37 +03:00
\begin{compactitem}
2016-04-13 05:52:08 +03:00
\item``Warp: A Haskell Web Server''
\begin{itemize}
\item the May/June 2011 issue of IEEE Internet Computing
\item Issue page: \url{http://www.computer.org/portal/web/csdl/abs/mags/ic/2011/03/mic201103toc.htm}
\item PDF: \url{http://steve.vinoski.net/pdf/IC-Warp\_a\_Haskell\_Web\_Server.pdf}
\end{itemize}
\item ``Warp''
\begin{itemize}
\item The Performance of Open Srouce Applications
\item HTML: \url{http://www.aosabook.org/en/posa/warp.html}
\end{itemize}
2016-04-12 11:27:37 +03:00
\end{compactitem}
\end{hcarentry}
2016-04-13 05:52:08 +03:00
\end{hcarentry}