Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/error handling #7

Closed
wants to merge 4 commits into from
Closed

Feat/error handling #7

wants to merge 4 commits into from

Conversation

theptrk
Copy link
Member

@theptrk theptrk commented Jun 25, 2014

No description provided.

@@ -26,4 +26,4 @@ fn main() {
server.link(UrlEncoded::new());
server.link(log_hashmap);
server.listen(Ipv4Addr(127, 0, 0, 1), 3000);
}
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is this even possible?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me and Sublime are officially over

@zzmp
Copy link
Member

zzmp commented Jun 25, 2014

Fix the newline and this is good to merge. 👍

@zzmp zzmp mentioned this pull request Jun 25, 2014
#[deriving(Clone)]
pub struct Encoded(pub HashMap<String, Vec<String>>);

/// This middleware is used for parsing url parameters and storing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not middleware. This is just the struct that is inserted into the alloy.

@zzmp
Copy link
Member

zzmp commented Jun 25, 2014

Can you explain your concepts more broadly? All the technical jargon makes it harder to read.

@theptrk theptrk closed this Jun 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants