3.7Setting the Content Encoding

Created on Aug 17, 2026~1 min read

Sets the content encoding of the request.

cs
HttpRequestBuilder.Get("https://furion.net/")    .SetContentEncoding(Encoding.UTF8);HttpRequestBuilder.Get("https://furion.net/")    .SetContentEncoding("utf-8");   // supports encoding strings