Tim Schumacher

Results 93 comments of Tim Schumacher

If a `body` is provided, the value of the `type` parameter (which defaults to `text/plain; charset=utf-8`) takes precedence over the manually set `Content-Type`. ~~As far as I am aware, this...

I just tested this just to make sure and this is _not_ how built-in HTTP behaves. HTTP gives higher precedence to the manually set `Content-Type` header. I have to work...

Fixed in 220fa28ab1e51bfe3d075020cc748a1f0d9442da and released in [version 1.10.2](https://github.com/timschumi/gmod-chttp/releases/tag/v1.10.2).