MyGit

v0.33.0

servicex-sh/httpx

版本发布时间: 2022-07-14 02:26:25

servicex-sh/httpx最新发布版本:v0.42.4(2024-03-03 19:25:06)

### 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 rsocketws://localhost:8080/rsocket/graphql

query demo {
    bookById(id: "book-1") {
        id
        name
        pageCount
        author {
            firstName
            lastName
        }
    }
}

相关地址:原始地址 下载(tar) 下载(zip)

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

查看:2022-07-14发行的版本