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

Encoding option #59

Open
Migrate opened this issue Aug 1, 2011 · 0 comments
Open

Encoding option #59

Migrate opened this issue Aug 1, 2011 · 0 comments

Comments

@Migrate
Copy link

Migrate commented Aug 1, 2011

Hi,

I'm trying to use tobi with a webpage that has latin characters. Can you please add a new encoding option so I can set it to 'binary'?

From what I gathered this is a small change when creating the request:

browser.js:

// Request
  var req = (this.https ? https : http).request({
      method: method
    , path: path
    , encoding: 'binary'
    , port: this.host ? this.port : (server && server.__port)
    , host: this.host
    , headers: headers
  });

Thanks.
Best regards,
Migrate

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

1 participant