Classes | Namespaces | Macros | Typedefs
httpcli.h File Reference
#include <grpc/support/port_platform.h>
#include <stddef.h>
#include <functional>
#include <vector>
#include "absl/base/thread_annotations.h"
#include "absl/status/statusor.h"
#include "absl/types/optional.h"
#include <grpc/grpc.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/slice.h>
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/orphanable.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/gprpp/time.h"
#include "src/core/lib/http/parser.h"
#include "src/core/lib/iomgr/closure.h"
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/iomgr/iomgr_fwd.h"
#include "src/core/lib/iomgr/iomgr_internal.h"
#include "src/core/lib/iomgr/polling_entity.h"
#include "src/core/lib/iomgr/resolve_address.h"
#include "src/core/lib/iomgr/resolved_address.h"
#include "src/core/lib/resource_quota/resource_quota.h"
#include "src/core/lib/transport/handshaker.h"
#include "src/core/lib/uri/uri_parser.h"
Include dependency graph for httpcli.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grpc_core::HttpRequest
 

Namespaces

 grpc_core
 

Macros

#define GRPC_HTTPCLI_USER_AGENT   "grpc-httpcli/0.0"
 

Typedefs

typedef int(* grpc_httpcli_get_override) (const grpc_http_request *request, const char *host, const char *path, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)
 
typedef int(* grpc_httpcli_post_override) (const grpc_http_request *request, const char *host, const char *path, const char *body_bytes, size_t body_size, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)
 
typedef int(* grpc_httpcli_put_override) (const grpc_http_request *request, const char *host, const char *path, const char *body_bytes, size_t body_size, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)
 

Macro Definition Documentation

◆ GRPC_HTTPCLI_USER_AGENT

#define GRPC_HTTPCLI_USER_AGENT   "grpc-httpcli/0.0"

Definition at line 57 of file httpcli.h.

Typedef Documentation

◆ grpc_httpcli_get_override

typedef int(* grpc_httpcli_get_override) (const grpc_http_request *request, const char *host, const char *path, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)

Definition at line 60 of file httpcli.h.

◆ grpc_httpcli_post_override

typedef int(* grpc_httpcli_post_override) (const grpc_http_request *request, const char *host, const char *path, const char *body_bytes, size_t body_size, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)

Definition at line 65 of file httpcli.h.

◆ grpc_httpcli_put_override

typedef int(* grpc_httpcli_put_override) (const grpc_http_request *request, const char *host, const char *path, const char *body_bytes, size_t body_size, grpc_core::Timestamp deadline, grpc_closure *on_complete, grpc_http_response *response)

Definition at line 69 of file httpcli.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:20