#include <assert.h>
#include "apr.h"
#include "apr_strings.h"
#include "apr_lib.h"
#include "apr_sha1.h"
#include "apr_strmatch.h"
#include <ap_mmn.h>
#include <httpd.h>
#include <http_core.h>
#include <http_connection.h>
#include <http_protocol.h>
#include <http_request.h>
#include <http_log.h>
#include <http_ssl.h>
#include <http_vhost.h>
#include <util_filter.h>
#include <ap_mpm.h>
#include "h2_private.h"
#include "h2_config.h"
#include "h2_conn_ctx.h"
#include "h2_headers.h"
#include "h2_request.h"
#include "h2_ws.h"
Go to the source code of this file.
◆ h2_ws_register_hooks()
| void h2_ws_register_hooks |
( |
void |
| ) |
|
◆ h2_ws_rewrite_request()
Rewrite a websocket request.
- Parameters
-
| req | the h2 request to rewrite |
| c2 | the connection to process the request on |
| no_body | != 0 iff the request is known to have no body |
- Returns
- the websocket request for internal submit
Definition at line 348 of file h2_ws.c.