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

Use the request library instead of custom implementation #734

Merged
merged 1 commit into from
Mar 4, 2017

Conversation

honzajavorek
Copy link
Contributor

πŸš€ Why this change?

I'm not sure why Dredd uses custom implementation for requesting the server under test. I experienced some problems with it on Windows. This PR introduces the request library as a way to request the server under test. It should also help in the future to support proxies, because the library supports it out of the box 😎

πŸ“ Related issues and Pull Requests

βœ… What didn't I forget?

  • To write docs - N/A
  • To write tests
  • To put Conventional Changelog prefixes in front of all my commits and run npm run lint

@honzajavorek
Copy link
Contributor Author

@miiila @w-vi I marked you both as reviewers, but it's a race again - one review is sufficient from whoever comes first πŸ™‚ 🏁

Copy link
Member

@w-vi w-vi left a comment

Choose a reason for hiding this comment

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

request ftw!

@honzajavorek honzajavorek merged commit c8b7123 into master Mar 4, 2017
@honzajavorek honzajavorek deleted the honzajavorek/use-request branch March 4, 2017 11:50
@honzajavorek
Copy link
Contributor Author

honzajavorek commented Mar 4, 2017

@w-vi You're super fast! πŸ… Thank you!

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.

None yet

2 participants