SetContentType is a global wrapper methods which delegated to the default client, create a request and SetContentType for request.
(contentType string)
| 357 | // SetContentType is a global wrapper methods which delegated |
| 358 | // to the default client, create a request and SetContentType for request. |
| 359 | func SetContentType(contentType string) *Request { |
| 360 | return defaultClient.R().SetContentType(contentType) |
| 361 | } |
| 362 | |
| 363 | // SetContext is a global wrapper methods which delegated |
| 364 | // to the default client, create a request and SetContext for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…