Skip to content

Instantly share code, notes, and snippets.

@TheOpenDevProject
Created December 20, 2015 11:11
Show Gist options
  • Save TheOpenDevProject/c7435cf2c0f3f3beda36 to your computer and use it in GitHub Desktop.
Save TheOpenDevProject/c7435cf2c0f3f3beda36 to your computer and use it in GitHub Desktop.
match request.method(){
&tiny_http::Method::Get => self.handle_post(request.url()),
&tiny_http::Method::Post => self.handle_get(request.url())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment