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

Add Excon adapter #12

Open
aderyabin opened this issue Oct 18, 2017 · 4 comments
Open

Add Excon adapter #12

aderyabin opened this issue Oct 18, 2017 · 4 comments

Comments

@aderyabin
Copy link
Owner

No description provided.

@dsalahutdinov
Copy link
Contributor

Привет. Есть идея сделать это через middleware как тут https://github.com/vcr/vcr/blob/master/lib/vcr/middleware/excon.rb

единственное, что оно не очень корректно будет считать время, затраченное за запрос (с учетом других подключенных middleware), но зато код будет красивый 😄 Если норм идея - поробую наваять пул-реквест

@aderyabin
Copy link
Owner Author

А почему не сделать также как сделано везде?

@dsalahutdinov
Copy link
Contributor

Дак можно конечно, только прийдется весь вот этот метод перекрыть чтобы зафиксировать факт начала отравки данных, и аналогичные длинные методы на респонз
И это очень нежное место получается - что мы сильно завязываемся на внутренню реализацию библиотеки и при малейшем рефакторинге в ней - все сломается 😞

@aderyabin
Copy link
Owner Author

Тут да, надо будет посмотреть исходники как следует

@moofkit moofkit mentioned this issue Dec 13, 2017
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants