Searched defs:http (Results 1 – 13 of 13) sorted by relevance
91 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_create() local116 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_receive() local163 nxt_py_asgi_http_read_msg(nxt_py_asgi_http_t *http) in nxt_py_asgi_http_read_msg()259 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_send() local356 nxt_py_asgi_http_response_body(nxt_py_asgi_http_t *http, PyObject *dict) in nxt_py_asgi_http_response_body()468 nxt_py_asgi_http_emit_disconnect(nxt_py_asgi_http_t *http) in nxt_py_asgi_http_emit_disconnect()496 nxt_py_asgi_http_set_result(nxt_py_asgi_http_t *http, PyObject *future, in nxt_py_asgi_http_set_result()528 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_data_handler() local564 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_drain() local633 nxt_py_asgi_http_t *http; in nxt_py_asgi_http_close_handler() local[all …]
6 http = HTTP1() variable
13 http = HTTP1() variable
18 const http = require("http") constant
6 const http = require("./http") constant
9 const http = require('http'); constant
1 const http = require("http"); constant
71 nxt_http_peer_t *http; member
2365 static const nxt_str_t http = nxt_string("http"); in nxt_conf_vldt_match_scheme_pattern() local
1623 nxt_conf_value_t *root, *conf, *http, *value, *websocket; in nxt_router_conf_create() local
14 def http(self, start_str, **kwargs): member in HTTP1
85 http = HTTP1() variable