Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supports grpc+json and the curl tool #148

Merged
merged 11 commits into from
Aug 18, 2023
Merged

Supports grpc+json and the curl tool #148

merged 11 commits into from
Aug 18, 2023

Commits on Aug 3, 2023

  1. feat: 支持curl直接访问

    将json消息转化为grpc消息,继而交给grpc handle进行处理,并以json格式返回数据
    fatestrange committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dcb882d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix(fix bug):

    fatestrange committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    dfa2607 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    cd7fdce View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    fe963dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52dbcd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. perf: Improved code reuse-related logic(#145)

    Optimized the logic of TripleServer and TripleClient, achieving code
    reuse.
    Merged encoding and encoding_json
    fatestrange committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    17c41ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af48ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f041b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f5c135 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    0791600 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. perf: Removed configuration using serialization methods.(#145)

    The RPC client now exclusively uses protobuf for serialization.
    fatestrange committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3c70c89 View commit details
    Browse the repository at this point in the history