v0.33.0
版本发布时间: 2022-07-14 02:26:25
servicex-sh/httpx最新发布版本:v0.42.4(2024-03-03 19:25:06)
- Updated to Spring Boot 2.7.1 and Spring Native 0.12.1
- GraphQL over WebSocket adjusted: compatible with JetBrains HTTP Client
### GraphQL query with variables
GRAPHQL ws://localhost:8080/graphql
query demo($bookId: ID){
bookById(id: $bookId) {
id
name
pageCount
author {
firstName
lastName
}
}
}
{
"bookId": "book-1"
}
- GraphQL over RSocket adjusted: schemas - rsocket for tcp, rsocketw for WS and rsocketwss for WSS
GRAPHQL rsocketws://localhost:8080/rsocket/graphql
query demo {
bookById(id: "book-1") {
id
name
pageCount
author {
firstName
lastName
}
}
}
1、 httpx-0.33.0-x86_64-apple-darwin.tar 38.92MB
2、 httpx-linux-x86_64.zip 34.03MB
3、 httpx-osx-x86_64.zip 37.74MB
4、 httpx-windows-x86_64.exe.zip 33.5MB