Skip to content

Instantly share code, notes, and snippets.

@NoelKennedy
Created May 19, 2012 10:00
Show Gist options
  • Save NoelKennedy/2730310 to your computer and use it in GitHub Desktop.
Save NoelKennedy/2730310 to your computer and use it in GitHub Desktop.
scalesque querystring example
public interface IQueryString {
Option<string> GetValue(string key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment