Class MediaType
Inherited Members
Namespace: Couchbase.Core.IO.HTTP
Assembly: Couchbase.NetClient.dll
Syntax
public static class MediaType
Fields
| Edit this page View SourceForm
Declaration
public const string Form = "application/x-www-form-urlencoded"
Field Value
Type | Description |
---|---|
string |
Json
Declaration
public const string Json = "application/json"
Field Value
Type | Description |
---|---|
string |