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

TODO: #1

Open
18 of 28 tasks
jonathanong opened this issue Oct 22, 2014 · 2 comments
Open
18 of 28 tasks

TODO: #1

jonathanong opened this issue Oct 22, 2014 · 2 comments

Comments

@jonathanong
Copy link
Contributor

General

  • 100% coverage
  • cookies
  • oauth signing
  • documentation
  • .extend() .defaults()
  • netrc

Refactor

  • use raw-body
  • use inflate

Request

  • compression
  • query(object)
  • send(body)
  • sendFile(filename)
  • type(type)
  • expectContinue().then( req => )
  • abort()
  • timeout(ms)
  • redirects(#)
  • retries(#)
    • custom retry backoff logic
  • auth()
  • agent()
  • ifModifiedSince(date)
  • ifNoneMatch(val)

Response

  • decompression
  • .charset
  • .etag
  • .lastModified
  • .pipe
@haoxins
Copy link
Member

haoxins commented Dec 11, 2014

compression

only support gzip? or take a param (type)?
for me, gzip is enough.

@jonathanong
Copy link
Contributor Author

gzip is fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants