Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Aug 6, 2024
1 parent 94a7d2c commit b7b00dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Network/HTTP2/Server/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ data ServerIO = ServerIO
-- ^ 'Response' MUST be created with 'responseBuilder'.
-- Others are not supported.
, sioWriteBytes :: ByteString -> IO ()
-- ^ Writing raw bytes including a frame header.
}

-- | Launching a receiver and a sender without workers.
Expand Down

0 comments on commit b7b00dd

Please sign in to comment.