Apache HTTPD
Functions
h2_ws.h File Reference
#include "h2.h"

Go to the source code of this file.

Functions

const h2_requesth2_ws_rewrite_request (const h2_request *req, conn_rec *c2, int no_body)
 
void h2_ws_register_hooks (void)
 

Function Documentation

◆ h2_ws_register_hooks()

void h2_ws_register_hooks ( void  )

Definition at line 357 of file h2_ws.c.

◆ h2_ws_rewrite_request()

const h2_request * h2_ws_rewrite_request ( const h2_request req,
conn_rec c2,
int  no_body 
)

Rewrite a websocket request.

Parameters
reqthe h2 request to rewrite
c2the 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.