Skip to content

Commit 5931637

Browse files
Support HTTP methods other than POST
1 parent 6dfc146 commit 5931637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/trino-http-event-listener/src/main/java/io/trino/plugin/httpquery/HttpEventListenerHttpMethod.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
*/
1414
package io.trino.plugin.httpquery;
1515

16-
public enum HttpEventListenerHttpMethod {
16+
public enum HttpEventListenerHttpMethod
17+
{
1718
POST,
1819
PUT
1920
}

0 commit comments

Comments
 (0)