SPDY_Request Struct Reference

#include </builddir/build/BUILD/libmicrohttpd-0.9.33/src/microspdy/alstructures.h>

Data Fields

struct SPDYF_Streamstream
struct SPDY_NameValueheaders
char * method
char * path
char * version
char * host
char * scheme
void * user_cls

Detailed Description

Represents a SPDY request.

Definition at line 34 of file alstructures.h.


Field Documentation

Other HTTP headers from the request

Definition at line 44 of file alstructures.h.

Referenced by SPDY_destroy_request(), and spdy_handler_new_stream().

called host as in HTTP

Definition at line 65 of file alstructures.h.

Referenced by spdy_handler_new_stream().

HTTP method

Definition at line 49 of file alstructures.h.

Referenced by spdy_handler_new_stream().

HTTP path

Definition at line 54 of file alstructures.h.

Referenced by spdy_handler_new_stream().

The scheme used ("http" or "https")

Definition at line 70 of file alstructures.h.

Referenced by spdy_handler_new_stream().

SPDY stream in whose context the request was received

Definition at line 39 of file alstructures.h.

Referenced by SPDY_get_session_for_request(), spdy_handler_new_stream(), and SPDY_queue_response().

Extra field to be used by the user with set/get func for whatever purpose he wants.

Definition at line 76 of file alstructures.h.

Referenced by SPDY_get_cls_from_request(), and SPDY_set_cls_to_request().

HTTP version just like in HTTP request/response: "HTTP/1.0" or "HTTP/1.1" currently

Definition at line 60 of file alstructures.h.

Referenced by spdy_handler_new_stream().


The documentation for this struct was generated from the following file:

Generated on 11 Mar 2016 for GNU libmicrohttpd by  doxygen 1.6.1