lanquetta

Crates.iolanquetta
lib.rslanquetta
version0.6.3
sourcesrc
created_at2023-06-05 01:18:22.716856
updated_at2023-06-09 22:23:02.952363
descriptionA GUI application for calling gRPC services.
homepage
repositoryhttps://github.com/andrewhickman/lanquetta
max_upload_size
id882692
size702,828
Andrew Hickman (andrewhickman)

documentation

https://docs.rs/lanquetta

README

logo

Lanquetta

A GUI application for testing gRPC services.

Getting started

To get started, click "Add file" in the sidebar and select your .proto file. The file will be automatically compiled and all the services added to the sidebar.

If you have a more complex protobuf file structure (for example, you need to specify additional include paths), you can instead import a file descriptor set. To generate one, run protoc with the --descriptor_set_out argument:

protoc file.proto -I . -I /extra/include --include_imports --descriptor_set_out filedescriptorset.bin

Options

The options button for a service opens a tab which controls default configuration for a service.

Sample

Calling your service

The add button for a service method opens a tab where you can call your gRPC service. The history of previous requests and responses is displayed in the bottom pane.

Sample

Commit count: 469

cargo fmt