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 missing @example tags to Ronin::Support::Network::HTTP methods #434

Open
61 tasks
postmodern opened this issue Jun 3, 2023 · 0 comments
Open
61 tasks
Labels
documentation Documentation help-wanted Extra attention is needed

Comments

@postmodern
Copy link
Member

postmodern commented Jun 3, 2023

There should be @example tags with code examples showing how to call the Ronin::Support::Network::HTTP methods and what they return.

  • self.proxy=
  • self.user_agent=
  • initialize
  • self.connect
  • self.connect_uri
  • user_agent=
  • cookie=
  • response_status
  • ok?
  • response_headers
  • server_header
  • powered_by_header
  • response_body
  • copy
  • delete
  • get
  • get_headers
  • get_cookies
  • get_body
  • head
  • lock
  • mkcol
  • move
  • options
  • allowed_methods
  • patch
  • post
  • post_headers
  • post_body
  • propfind
  • proppatch
  • put
  • trace
  • unlock
  • self.response_status
  • self.ok?
  • self.response_headers
  • self.server_header
  • self.powered_by_header
  • self.response_body
  • self.copy
  • self.delete
  • self.get
  • self.get_headers
  • self.get_cookies
  • self.get_body
  • self.head
  • self.lock
  • self.mkcol
  • self.move
  • self.options
  • self.allowed_methods
  • self.patch
  • self.post
  • self.post_headers
  • self.post_body
  • self.propfind
  • self.proppatch
  • self.put
  • self.trace
  • self.unlock

Obviously this will take a while, with multiple commits and PRs to complete.

@postmodern postmodern added documentation Documentation help-wanted Extra attention is needed labels Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation help-wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant