Home
last modified time | relevance | path

Searched defs:content (Results 1 – 2 of 2) sorted by relevance

/unit/src/python/
H A Dnxt_python_wsgi.c1181 PyObject *content, *obj; in nxt_py_input_read() local
1283 PyObject *content; in nxt_py_input_getline() local
/unit/src/java/nginx/unit/
H A DRequest.java904 …String content = new String(os.toByteArray(), charset == null ? def_charset : Charset.forName(char… in getParameters() local
905 parameters.add(p.getName(), content); in getParameters() local