Apache2
h2_ws.h File Reference
#include "h2.h"
Include dependency graph for h2_ws.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  )

◆ 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
connthe 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