We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c11369 commit 71ff550Copy full SHA for 71ff550
servlet/src/main/scala/org/http4s/servlet/ServletIo.scala
@@ -41,7 +41,7 @@ sealed abstract class ServletIo[F[_]: Async] {
41
/** An alias for [[reader]]. In the future, this will be optimized with
42
* the dispatcher.
43
*
44
- * @dispatcher currently ignored
+ * @param dispatcher currently ignored
45
*/
46
def requestBody(
47
servletRequest: HttpServletRequest,
@@ -57,7 +57,7 @@ sealed abstract class ServletIo[F[_]: Async] {
57
/** An alias for [[initWriter]]. In the future, this will be
58
* optimized with the dispatcher.
59
60
61
62
def bodyWriter(servletResponse: HttpServletResponse, dispatcher: Dispatcher[F])(
63
response: Response[F]
0 commit comments