Unit 'httpd' Package
[Overview][Constants][Types][Procedures and functions][Index] [#httpd22]

request_rec

Declaration

Source position: httpd.inc line 648

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;

  protocol: PChar;

  proto_num: Integer;

  hostname: PChar;

  request_time: apr_time_t;

  status_line: PChar;

  status: Integer;

  method: PChar;

  method_number: Integer;

  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;

  chunked: Integer;

  range: PChar;

  clength: apr_off_t;

  remaining: apr_off_t;

  read_length: apr_off_t;

  read_body: Integer;

  read_chunked: Integer;

  expecting_100: Cardinal;

  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;

  no_cache: Integer;

  no_local_copy: Integer;

  unparsed_uri: PChar;

  uri: PChar;

  filename: PChar;

  canonical_filename: PChar;

  path_info: PChar;

  args: PChar;

  finfo: apr_finfo_t;

  parsed_uri: apr_uri_t;

  used_path_info: Integer;

  per_dir_config: Pap_conf_vector_t;

  request_config: Pap_conf_vector_t;

  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;

  eos_sent: Integer;

end;


Documentation generated on: 2023-03-18