package http

  1. Overview
  2. Docs
module Parser : sig ... end

Attempts to parse a buffer into a HTTP request. If successful, it returns the parsed request and an offset value that indicates the starting point of unconsumed content left in the buffer.