Unit 'httpd24' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#httpd24]

request_rec

Declaration

Source position: httpd.inc line 946

type request_rec = record

  pool: Papr_pool_t;

  connection: Pconn_rec;

  server: Pserver_rec;

  next: Prequest_rec;

  prev: Prequest_rec;

  main: Prequest_rec;

  the_request: Pchar;

  assbackwards: Integer;

  proxyreq: Integer;

  header_only: Integer;

  proto_num: Integer;

  protocol: Pchar;

  hostname: Pchar;

  request_time: apr_time_t;

  status_line: Pchar;

  status: Integer;

  method_number: Integer;

  method: Pchar;

  allowed: apr_int64_t;

  allowed_xmethods: Papr_array_header_t;

  allowed_methods: Pap_method_list_t;

  sent_bodyct: apr_off_t;

  bytes_sent: apr_off_t;

  mtime: apr_time_t;

  range: Pchar;

  clength: apr_off_t;

  chunked: Integer;

  read_body: Integer;

  read_chunked: Integer;

  expecting_100: Cardinal;

  kept_body: Papr_bucket_brigade;

  body_table: Papr_table_t;

  remaining: apr_off_t;

  read_length: apr_off_t;

  headers_in: Papr_table_t;

  headers_out: Papr_table_t;

  err_headers_out: Papr_table_t;

  subprocess_env: Papr_table_t;

  notes: Papr_table_t;

  content_type: Pchar;

  handler: Pchar;

  content_encoding: Pchar;

  content_languages: Papr_array_header_t;

  vlist_validator: Pchar;

  user: Pchar;

  ap_auth_type: Pchar;

  unparsed_uri: Pchar;

  uri: Pchar;

  filename: Pchar;

  canonical_filename: Pchar;

  path_info: Pchar;

  args: Pchar;

  used_path_info: Integer;

  eos_sent: Integer;

  per_dir_config: Pap_conf_vector_t;

  request_config: Pap_conf_vector_t;

  log: Pap_logconf;

  log_id: Pchar;

  htaccess: Phtaccess_result;

  output_filters: Pap_filter_t;

  input_filters: Pap_filter_t;

  proto_output_filters: Pap_filter_t;

  proto_input_filters: Pap_filter_t;

  no_cache: Integer;

  no_local_copy: Integer;

  invoke_mtx: Papr_thread_mutex_t;

  parsed_uri: apr_uri_t;

  finfo: apr_finfo_t;

  useragent_addr: Papr_sockaddr_t;

  useragent_ip: Pchar;

end;


Documentation generated on: 2023-03-18