Home
last modified time | relevance | path

Searched refs:http (Results 26 – 50 of 5242) sorted by relevance

12345678910>>...210

/openbmc/bmcweb/include/
H A Dforward_unauthorized.hpp29 res.result(boost::beast::http::status::temporary_redirect); in sendUnauthorized()
30 res.addHeader(boost::beast::http::field::location, in sendUnauthorized()
36 res.result(boost::beast::http::status::unauthorized); in sendUnauthorized()
42 res.result(boost::beast::http::status::unauthorized); in sendUnauthorized()
57 res.addHeader(boost::beast::http::field::www_authenticate, "Basic"); in sendUnauthorized()
H A Dimage_upload.hpp31 asyncResp->res.result(boost::beast::http::status::service_unavailable); in uploadImageHandler()
37 boost::beast::http::status::internal_server_error); in uploadImageHandler()
61 asyncResp->res.result(boost::beast::http::status::bad_request); in uploadImageHandler()
113 .methods(boost::beast::http::verb::post, boost::beast::http::verb::put)( in requestRoutes()
120 .methods(boost::beast::http::verb::post, boost::beast::http::verb::put)( in requestRoutes()
H A Dlogin_routes.hpp39 asyncResp->res.result(boost::beast::http::status::bad_request); in handleLogin()
116 asyncResp->res.result(boost::beast::http::status::bad_request); in handleLogin()
122 boost::beast::http::fields::const_iterator it = in handleLogin()
127 asyncResp->res.result(boost::beast::http::status::bad_request); in handleLogin()
160 asyncResp->res.result(boost::beast::http::status::unauthorized); in handleLogin()
179 asyncResp->res.result(boost::beast::http::status::bad_request); in handleLogin()
202 .methods(boost::beast::http::verb::post)(handleLogin); in requestRoutes()
205 .methods(boost::beast::http::verb::post)(handleLogout); in requestRoutes()
H A Dopenbmc_dbus_rest.hpp2502 .methods(boost::beast::http::verb::get)( in requestRoutes()
2514 .methods(boost::beast::http::verb::get)( in requestRoutes()
2546 .methods(boost::beast::http::verb::get)( in requestRoutes()
2554 .methods(boost::beast::http::verb::get)( in requestRoutes()
2564 .methods(boost::beast::http::verb::put, boost::beast::http::verb::post, in requestRoutes()
2565 boost::beast::http::verb::delete_)( in requestRoutes()
2575 .methods(boost::beast::http::verb::get)( in requestRoutes()
2585 .methods(boost::beast::http::verb::put, boost::beast::http::verb::post, in requestRoutes()
2596 .methods(boost::beast::http::verb::get)( in requestRoutes()
2664 .methods(boost::beast::http::verb::get)( in requestRoutes()
[all …]
H A Dwebassets.hpp71 asyncResp->res.addHeader(boost::beast::http::field::content_type, in handleStaticAsset()
77 asyncResp->res.addHeader(boost::beast::http::field::content_encoding, in handleStaticAsset()
83 asyncResp->res.addHeader(boost::beast::http::field::etag, file.etag); in handleStaticAsset()
90 asyncResp->res.addHeader(boost::beast::http::field::cache_control, in handleStaticAsset()
95 req.getHeaderValue(boost::beast::http::field::if_none_match); in handleStaticAsset()
98 asyncResp->res.result(boost::beast::http::status::not_modified); in handleStaticAsset()
107 boost::beast::http::status::internal_server_error); in handleStaticAsset()
H A Dcookies.hpp12 res.addHeader(boost::beast::http::field::set_cookie, in setSessionCookies()
15 res.addHeader(boost::beast::http::field::set_cookie, in setSessionCookies()
22 res.addHeader(boost::beast::http::field::set_cookie, in clearSessionCookies()
/openbmc/bmcweb/redfish-core/lib/
H A Daggregation_service.hpp29 boost::beast::http::field::link, in handleAggregationServiceHead()
42 boost::beast::http::field::link, in handleAggregationServiceGet()
59 .methods(boost::beast::http::verb::head)( in requestRoutesAggregationService()
63 .methods(boost::beast::http::verb::get)( in requestRoutesAggregationService()
99 boost::beast::http::field::link, in handleAggregationSourceCollectionGet()
121 boost::beast::http::field::link, in handleAggregationSourceCollectionHead()
129 .methods(boost::beast::http::verb::get)(std::bind_front( in requestRoutesAggregationSourceCollection()
134 .methods(boost::beast::http::verb::head)(std::bind_front( in requestRoutesAggregationSourceCollection()
145 boost::beast::http::field::link, in populateAggregationSource()
209 boost::beast::http::field::link, in handleAggregationSourceHead()
[all …]
/openbmc/linux/drivers/net/can/sja1000/
H A DKconfig15 (http://www.ems-wuensche.de).
22 EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
31 parameters. Visit http://www.fintek.com.tw to get more
39 4 channel) from Kvaser (http://www.kvaser.com).
47 (http://www.peak-system.com).
66 from PEAK-System (http://www.peak-system.com). To compile this
79 - esd CAN-PCI/CPCI/PCI104/200 (http://www.esd.eu/)
82 - Marathon CAN-bus-PCI card (http://www.marathon.ru/)
83 - TEWS TECHNOLOGIES TPMC810 card (http://www.tews.com/)
84 - IXXAT Automation PC-I 04/PCI card (http://www.ixxat.com/)
[all …]
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch9 Upstream-Status: Submitted [http://lists.busybox.net/pipermail/busybox/2018-November/086835.html]
27 -busybox wget -q -O index.html -P foo http://www.google.com/
28 +busybox wget -q -O index.html -P foo http://www.example.org/
37 -busybox wget http://www.google.com
38 +busybox wget http://www.example.org
46 -busybox wget -q -O foo http://www.google.com/
47 +busybox wget -q -O foo http://www.example.org/
57 -busybox wget -q -P foo http://www.google.com/
58 +busybox wget -q -P foo http://www.example.org/
/openbmc/bmcweb/http/
H A Dhttp_request.hpp21 using Body = boost::beast::http::request<bmcweb::HttpBody>;
59 void addHeader(boost::beast::http::field key, std::string_view value) in addHeader()
74 boost::beast::http::verb method() const in method()
79 void method(boost::beast::http::verb verb) in method()
94 std::string_view getHeaderValue(boost::beast::http::field key) const in getHeaderValue()
99 void clearHeader(boost::beast::http::field key) in clearHeader()
119 const boost::beast::http::fields& fields() const in fields()
H A Dhttp_client.hpp117 boost::beast::http::request<bmcweb::HttpBody> req;
120 boost::beast::http::request<bmcweb::HttpBody>&& reqIn, in PendingRequest()
126 namespace http = boost::beast::http;
138 http::request<bmcweb::HttpBody> req;
279 boost::beast::http::async_write( in sendMessage()
286 boost::beast::http::async_write( in sendMessage()
332 boost::beast::http::async_read( in recvMessage()
339 boost::beast::http::async_read( in recvMessage()
728 const boost::beast::http::verb verb, in sendData()
734 thisReq.set(boost::beast::http::field::host, in sendData()
[all …]
/openbmc/u-boot/doc/
H A DREADME.davinci125 http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
129 http://focus.ti.com/docs/prod/folders/print/tms320dm365.html?247SEM=
130 http://support.spectrumdigital.com/boards/evmdm365/revc/
133 http://designsomething.org/leopardboard/default.aspx
137 http://focus.ti.com/docs/prod/folders/print/tms320dm6467.html
138 http://support.spectrumdigital.com/boards/evmdm6467/revf/
141 http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html
142 http://www.spectrumdigital.com/product_info.php?cPath=103&products_id=222
145 http://focus.ti.com/apps/docs/gencontent.tsp?appId=1&contentId=52385
146 http://www.spectrumdigital.com/product_info.php?cPath=37&products_id=214
[all …]
H A DREADME.rmobile69 http://am.renesas.com/products/soc/assp/mobile/r_mobile/index.jsp
73 http://am.renesas.com/products/soc/assp/automotive/index.jsp
77 http://www.kmckk.co.jp/kzma9-gt/index.html
81 http://armadillo.atmark-techno.com/armadillo-800-EVA
85 http://www.denx.de/wiki/view/ELDK-5/WebHome#Section_1.6.
89 http://www.linaro.org/downloads/
93 http://www.mentor.com/embedded-software/codesourcery
97 http://www.emdebian.org/crosstools.html
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DMirOS48 &#9312; also at http://mirbsd.de/MirOS-Licence
49 &#9313; http://www.opensource.org/licenses/historical.php
50 &#9314; http://www.debian.org/social_contract#guidelines
51 &#9315; http://www.opendefinition.org/1.0
52 &#9316; http://www.opensource.org/docs/osd
53 &#9317; http://www.gnu.org/philosophy/free-sw.html
54 &#9318; http://www.gnu.org/philosophy/free-doc.html
55 &#9319; http://www.ifross.de/ifross_html/lizenzcenter.html
56 &#9320; http://www.opendefinition.org/licenses
57 &#9321; http://opensource.org/licenses/miros.html
H A DUnicode-DFS-20153http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/d…
9 Copyright © 1991-2015 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-base.inc13 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
14 cvs://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
15 git://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
16 gitsm://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
17 hg://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
18 osc://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
19 p4://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
20 svn://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n"
23 ftp://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
24 http://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n \
[all …]
/openbmc/bmcweb/test/http/
H A Drouter_test.cpp35 Request req{{boost::beast::http::verb::get, url, 11}, ec}; in TEST()
43 .methods(boost::beast::http::verb::get)(nullCallback); in TEST()
48 Request patchReq{{boost::beast::http::verb::patch, url, 11}, ec}; in TEST()
52 .methods(boost::beast::http::verb::patch)(nullCallback); in TEST()
85 Request::Body{boost::beast::http::verb::get, url, 11}, ec); in TEST()
111 Request::Body{boost::beast::http::verb::get, url, 11}, ec);
142 Request::Body{boost::beast::http::verb::patch, url, 11}, ec);
145 .methods(boost::beast::http::verb::get)(nullCallback);
/openbmc/linux/Documentation/hwmon/
H A Djc42.rst16 http://www.atmel.com/Images/doc8585.pdf
18 http://www.atmel.com/Images/doc8711.pdf
20 http://www.atmel.com/Images/Atmel-8852-SEEPROM-AT30TSE002A-Datasheet.pdf
22 http://www.atmel.com/Images/Atmel-8868-DTS-AT30TSE004A-Datasheet.pdf
36 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf
78 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157556.pdf
80 http://www.st.com/web/en/resource/technical/document/datasheet/CD00157558.pdf
82 http://www.st.com/web/en/resource/technical/document/datasheet/CD00266638.pdf
84 http://www.st.com/web/en/resource/technical/document/datasheet/CD00225278.pdf
86 http://www.st.com/web/en/resource/technical/document/datasheet/DM00076709.pdf
[all …]
H A Dk10temp.rst43 http://support.amd.com/us/Processor_TechDocs/31116.pdf
47 http://support.amd.com/us/Processor_TechDocs/41256.pdf
51 http://support.amd.com/us/Processor_TechDocs/41131.pdf
55 http://support.amd.com/us/Processor_TechDocs/43170.pdf
59 http://support.amd.com/us/Processor_TechDocs/41322.pdf
63 http://support.amd.com/us/Processor_TechDocs/41788.pdf
67 http://support.amd.com/us/Processor_TechDocs/44739.pdf
71 http://support.amd.com/us/Processor_TechDocs/47534.pdf
75 http://support.amd.com/us/Processor_TechDocs/43373.pdf
79 http://support.amd.com/us/Processor_TechDocs/43374.pdf
[all …]
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/
H A Dsphinx.rst12 Linux内核使用 `Sphinx <http://www.sphinx-doc.org/>`_ 来把 ``Documentation``
13 下的 `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ 文件转
139 .. _主目录树: http://www.sphinx-doc.org/en/stable/markup/toctree.html
146 请参阅 `Sphinx <http://www.sphinx-doc.org/>`_ 和 `reStructuredText
147 <http://docutils.sourceforge.net/rst.html>`_ 的文档,以了解如何使用它们。
151 .. _reStructuredText 基础: http://www.sphinx-doc.org/en/stable/rest.html
152 .. _Sphinx 特殊标记结构: http://www.sphinx-doc.org/en/stable/markup/index.html
345 * DOT:http://graphviz.org/pdf/dotguide.pdf
346 * Graphviz:http://www.graphviz.org/content/dot-language
396 <svg xmlns="http://www.w3.org/2000/svg" version="1.1" ...>
[all …]
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp45 req->clearHeader(boost::beast::http::field::if_match); in afterIfMatchRequest()
61 req.getHeaderValue(boost::beast::http::field::if_match)}; in handleIfMatch()
73 if (req.method() != boost::beast::http::verb::patch && in handleIfMatch()
74 req.method() != boost::beast::http::verb::post && in handleIfMatch()
75 req.method() != boost::beast::http::verb::delete_) in handleIfMatch()
84 crow::Request::Body{boost::beast::http::verb::get, in handleIfMatch()
164 if (req.method() != boost::beast::http::verb::get) in setUpRedfishRouteWithDelegation()
/openbmc/openbmc/meta-phosphor/recipes-extended/etcd/etcd/
H A Detcd-new.conf.sample17 ETCD_LISTEN_PEER_URLS=http://localhost:2380
20 ETCD_LISTEN_CLIENT_URLS=http://localhost:2379
24 ETCD_INITIAL_ADVERTISE_PEER_URLS=http://localhost:2380
28 ETCD_ADVERTISE_CLIENT_URLS=http://localhost:2379
43 # ETCD_INITIAL_CLUSTER='default=http://localhost:2380'
/openbmc/openbmc/poky/meta/recipes-extended/timezone/
H A Dtimezone.inc4 HOMEPAGE = "http://www.iana.org/time-zones"
11 SRC_URI =" http://www.iana.org/time-zones/repository/releases/tzcode${PV}.tar.gz;name=tzcode;subdir…
12http://www.iana.org/time-zones/repository/releases/tzdata${PV}.tar.gz;name=tzdata;subdir=tz \
17 UPSTREAM_CHECK_URI = "http://www.iana.org/time-zones"
/openbmc/linux/Documentation/devicetree/bindings/iio/humidity/
H A Dti,hdc2010.yaml4 $id: http://devicetree.org/schemas/iio/humidity/ti,hdc2010.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
16 http://www.ti.com/product/HDC2010/datasheet
17 http://www.ti.com/product/HDC2080/datasheet
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/
H A D0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch19 src/core/sipe-http-transport.h | 2 +-
35 diff --git a/src/core/sipe-http-transport.h b/src/core/sipe-http-transport.h
37 --- a/src/core/sipe-http-transport.h
38 +++ b/src/core/sipe-http-transport.h

12345678910>>...210