aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-api
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-12-07 15:58:36 +0100
committerjonmv <venstad@gmail.com>2022-12-07 15:58:36 +0100
commit7e3f8b212a589cbdb196fb4f4b0a7a81b4b7af13 (patch)
tree93510d2a54d9ea0d977523835b0c5853101df59e /vespa-feed-client-api
parent0e810a41b6c335b418b1e8dbdfee98b883d32cef (diff)
ABI spec and backwards compatibility
Diffstat (limited to 'vespa-feed-client-api')
-rw-r--r--vespa-feed-client-api/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespa-feed-client-api/abi-spec.json b/vespa-feed-client-api/abi-spec.json
index 4cb2a8ec67c..137c7f32bfe 100644
--- a/vespa-feed-client-api/abi-spec.json
+++ b/vespa-feed-client-api/abi-spec.json
@@ -176,6 +176,7 @@
"methods" : [
"public abstract int code()",
"public abstract byte[] body()",
+ "public java.lang.String contentType()",
"public static ai.vespa.feed.client.HttpResponse of(int, byte[])"
],
"fields" : [ ]