mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-23 00:12:03 +00:00
* Added Method (POST) and URL (emtpy) to gRPC requests. * Removed quickfix that skips writing HTTP/2 to HAR. * Use HTTP/2 body to fill out http.Request and htt.Response. * Make sure that in HARs request.postData.mimeType and response.content.mimeType are application/grpc in case of grpc. * Comment. * Add URL and status code for gRPC. * Don't assume http scheme. * Use http.Header.Set instead of manually acccessing the underlaying map.
mizu API server
API server for MIZU Basic APIs:
- /fetch - retrieve traffic data
- /stats - retrieve statistics of collected data
- /viewer - web ui