Skip to content

Instantly share code, notes, and snippets.

@roman
Created March 20, 2011 20:32
Show Gist options
  • Save roman/878647 to your computer and use it in GitHub Desktop.
Save roman/878647 to your computer and use it in GitHub Desktop.
data RequesType
= GetRequest
| PutRequest ByteString
| MultipartPostRequest FileParams
| UrlEncodedPostRequest
| DeleteRequest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment