Skip to content

Instantly share code, notes, and snippets.

@otf
Created July 13, 2012 17:34
Show Gist options
  • Save otf/3106171 to your computer and use it in GitHub Desktop.
Save otf/3106171 to your computer and use it in GitHub Desktop.
Formの解析
let (|FormParams|) (stream:Stream) =
readText stream |> HttpUtility.ParseQueryString |> nameValueCollections2List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment