|
GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>#include <grpc/support/workaround_list.h>#include "src/core/lib/transport/metadata.h"Go to the source code of this file.
Data Structures | |
| struct | grpc_workaround_user_agent_md |
Macros | |
| #define | GRPC_WORKAROUND_PRIORITY_HIGH 10001 |
| #define | GRPC_WORKAROUND_PROIRITY_LOW 9999 |
Typedefs | |
| typedef struct grpc_workaround_user_agent_md | grpc_workaround_user_agent_md |
| typedef bool(* | user_agent_parser) (grpc_mdelem) |
Functions | |
| grpc_workaround_user_agent_md * | grpc_parse_user_agent (grpc_mdelem md) |
| void | grpc_register_workaround (uint32_t id, user_agent_parser parser) |
| #define GRPC_WORKAROUND_PRIORITY_HIGH 10001 |
| #define GRPC_WORKAROUND_PROIRITY_LOW 9999 |
| typedef struct grpc_workaround_user_agent_md grpc_workaround_user_agent_md |
| typedef bool(* user_agent_parser) (grpc_mdelem) |
| grpc_workaround_user_agent_md* grpc_parse_user_agent | ( | grpc_mdelem | md | ) |
| void grpc_register_workaround | ( | uint32_t | id, |
| user_agent_parser | parser | ||
| ) |