#include <grpc/support/port_platform.h>#include <grpc/slice.h>#include "src/core/lib/http/parser.h"

Go to the source code of this file.
Functions | |
| grpc_slice | grpc_httpcli_format_connect_request (const grpc_http_request *request, const char *host, const char *path) |
| grpc_slice | grpc_httpcli_format_get_request (const grpc_http_request *request, const char *host, const char *path) |
| grpc_slice | grpc_httpcli_format_post_request (const grpc_http_request *request, const char *host, const char *path) |
| grpc_slice | grpc_httpcli_format_put_request (const grpc_http_request *request, const char *host, const char *path) |
| grpc_slice grpc_httpcli_format_connect_request | ( | const grpc_http_request * | request, |
| const char * | host, | ||
| const char * | path | ||
| ) |
Definition at line 128 of file format_request.cc.
| grpc_slice grpc_httpcli_format_get_request | ( | const grpc_http_request * | request, |
| const char * | host, | ||
| const char * | path | ||
| ) |
Definition at line 59 of file format_request.cc.
| grpc_slice grpc_httpcli_format_post_request | ( | const grpc_http_request * | request, |
| const char * | host, | ||
| const char * | path | ||
| ) |
Definition at line 69 of file format_request.cc.
| grpc_slice grpc_httpcli_format_put_request | ( | const grpc_http_request * | request, |
| const char * | host, | ||
| const char * | path | ||
| ) |
Definition at line 99 of file format_request.cc.