Amir Abbas Mousavian

Results 70 comments of Amir Abbas Mousavian

First I don't know how a server can use parts of MIME. "Accept" and "Content-Type" should be "exactly" same I'm afraid. Thus comparing parts will not help. Second, Parsing from/to...

charset is not a part of MIMEType. I rename that struct to `MediaType` already and added another `ContentType` which embeds charset and other parameters in separate fields. I implemented standard...

There was a discussion [here](https://github.com/scinfu/SwiftSoup/issues/9) about `String` performance. @helje5 Our discussion was about cost/benefit of ContentType parsing overhead, not how to get better performance. Of course parsing MIME into tree...

@DeFrenZ you were right about design. I've changed it.

check https://github.com/sahlberg/libsmb2/pull/60 for discussion

Check https://github.com/sahlberg/libsmb2 Furthermore I would appreciate if you help me on implementing SMB2 client in my library :) https://github.com/amosavian/FileProvider

Yes I missed that issue. I've tried to build it successfully for iOS with some changes in codes. But I'm novice on Objective C and my wrapper is getting crash...

@TimOliver Find my wrapper https://github.com/amosavian/AMSMB2