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

Adds basic tests for ringo/httpserver #226

Merged
merged 5 commits into from
Jul 26, 2013
Merged

Adds basic tests for ringo/httpserver #226

merged 5 commits into from
Jul 26, 2013

Conversation

botic
Copy link
Member

@botic botic commented Apr 5, 2013

This pull requests adds support multiple header fields in the request, which is described in RFC 2616 - 4.2 Message Headers. Please note that commit 5e63a4f does not establish full compliance to JSGI 0.3 (Level 0/A Draft 2), since the spec proposes an array. Instead we use the serialization into one single value, but it's easy to create an array by splitting the comma-separated field.

This pull request has been reduced to the unit tests.

oberhamsi added a commit that referenced this pull request Jul 26, 2013
Adds basic tests for ringo/httpserver
@oberhamsi oberhamsi merged commit cecf103 into ringo:master Jul 26, 2013
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