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

Features to be implemented #5

Open
6 of 8 tasks
Kanezoh opened this issue Aug 18, 2021 · 6 comments
Open
6 of 8 tasks

Features to be implemented #5

Kanezoh opened this issue Aug 18, 2021 · 6 comments

Comments

@Kanezoh
Copy link
Owner

Kanezoh commented Aug 18, 2021

Here is a list of a part of features original Ruby's mechanize has, but mechanize.cr doesn't.
This is just a "part" of features, so feel free to comment features you want.

  • Link class which represents tag. click it, and transit page.
  • download file.
  • rewrite MechanizeCr::History not to inherit Array.
  • proxy.
  • cover PUT, HEAD, DELETE methods, now only covers GET and POST.
  • deal with basic auth. implement http authorization #21
  • add logger
  • negotiate robots.txt
@mamantoha
Copy link
Contributor

Hi @Kanezoh . I will implement a logger.

@Kanezoh
Copy link
Owner Author

Kanezoh commented Nov 16, 2021

@mamantoha Thank you!
Now, I'm adding comment to each methods for making documentation by crystal docs.

@Kanezoh
Copy link
Owner Author

Kanezoh commented Nov 18, 2021

I've made documentation. https://kanezoh.github.io/mechanize.cr/
Next, I'm going to implement other HTTP methods.

@mamantoha
Copy link
Contributor

mamantoha commented Nov 18, 2021

Hi @Kanezoh, you convert the features list to

- [x] Link class which represents <a> tag. click it, and transit page.
- [x] download file.
- [x] rewrite MechanizeCr::History not to inherit Array.
- [ ] proxy.
- [ ] cover PUT, HEAD, DELETE methods, now only covers GET and POST.
- [ ] deal with basic auth.
- [ ] add logger
- [ ] negotiate robots.txt
  • Link class which represents tag. click it, and transit page.
  • download file.
  • rewrite MechanizeCr::History not to inherit Array.
  • proxy.
  • cover PUT, HEAD, DELETE methods, now only covers GET and POST.
  • deal with basic auth.
  • add logger
  • negotiate robots.txt

@Kanezoh
Copy link
Owner Author

Kanezoh commented Nov 19, 2021

@mamantoha Thanks! I edited as you write.

@mamantoha
Copy link
Contributor

  • proxy

#27

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

2 participants