Skip to content

Instantly share code, notes, and snippets.

@aycanirican
Created June 3, 2010 23:42
Show Gist options
  • Save aycanirican/424678 to your computer and use it in GitHub Desktop.
Save aycanirican/424678 to your computer and use it in GitHub Desktop.
pRequest' :: Parser IRequest
pRequest' = IRequest
<$> (option "" crlf *> pMethod) <* sp
<*> pUri <* sp
<*> pVersion <* crlf
<*> pHeaders <* crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment