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

Refactor "response" widget #116

Closed
3 tasks done
twinh opened this issue Jun 24, 2013 · 0 comments
Closed
3 tasks done

Refactor "response" widget #116

twinh opened this issue Jun 24, 2013 · 0 comments

Comments

@twinh
Copy link
Owner

twinh commented Jun 24, 2013

For the response widget uses many global functions, such as header, header_sent which make it hard to test and easily causes some side effects. It's time to refactor it to provider a

  • Add method like header and header_sent instead of using global function directly
  • Add getHeader, setHeader, removeHeader method to response widget, and server for header widget ?
  • Improve code coverage
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

No branches or pull requests

1 participant