GRPC Core  0.11.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Variables
http_server_filter.c File Reference
#include "src/core/channel/http_server_filter.h"
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>

Data Structures

struct  call_data
 
struct  channel_data
 

Typedefs

typedef struct call_data call_data
 
typedef struct channel_data channel_data
 

Variables

const grpc_channel_filter grpc_http_server_filter
 

Typedef Documentation

typedef struct call_data call_data
typedef struct channel_data channel_data

Variable Documentation

const grpc_channel_filter grpc_http_server_filter
Initial value:
= {
hs_start_transport_op, grpc_channel_next_op, sizeof(call_data),
init_call_elem, destroy_call_elem, sizeof(channel_data),
init_channel_elem, destroy_channel_elem, grpc_call_next_get_peer,
"http-server"}
char * grpc_call_next_get_peer(grpc_call_element *elem)
Definition: channel_stack.c:194
Definition: client_auth_filter.c:69
void grpc_channel_next_op(grpc_channel_element *elem, grpc_transport_op *op)
Definition: channel_stack.c:199
struct call_data call_data