Example #1
0
 public static ISetup AddDefaultHeaders(this ISetup respSetup)
 {
     return(respSetup
            .Header("content-type", "application/json")
            .Header("charset", "utf-8"));
 }