Home
last modified time | relevance | path

Searched refs:rqMethod (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-core-1.0.4.1/test/Snap/Test/
H A DTests.hs21 …PATCH, POST, PUT), Request (rqContentLength, rqContextPath, rqIsSecure, rqMethod, rqParams, rqPath…
81 assertEqual "setRequestType/1" GET (rqMethod request1)
84 assertEqual "setRequestType/2" DELETE (rqMethod request2)
87 assertEqual "setRequestType/3/Method" PUT (rqMethod request3)
93 assertEqual "setRequestType/4/Method" POST (rqMethod request4)
98 assertEqual "setRequestType/5/Method" POST (rqMethod request5)
102 assertEqual "setRequestType/6/Method" (Method "MOVE") (rqMethod request6)
105 assertEqual "setRequestType/7/Method" PATCH (rqMethod request7)
194 assertEqual "postRaw" POST $ rqMethod request2
203 assertEqual "method" DELETE $ rqMethod request3
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-core-1.0.4.1/src/Snap/Internal/Test/
H A DRequestBuilder.hs55 …entLength, rqContextPath, rqCookies, rqHeaders, rqHostName, rqIsSecure, rqMethod, rqParams, rqPath…
147 if (rqMethod rq == GET || rqMethod rq == DELETE ||
148 rqMethod rq == HEAD)
261 rPut $ rq { rqMethod = GET
270 rPut $ rq { rqMethod = DELETE
278 rPut $ rq { rqMethod = m
291 rPut $ rq { rqMethod = POST
447 rPut $ rq { rqMethod = POST
1016 statusLine = mconcat [ fromShow $ rqMethod req0
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-core-1.0.4.1/src/Snap/
H A DCore.hs89 , rqMethod
166 …extPath, rqCookies, rqHeaders, rqHostName, rqIsSecure, rqLocalHostname, rqMethod, rqParams, rqPath…
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/History/
H A DNetwork.hs36 ,rqMethod = POST
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/shake-0.19.4/src/Development/Shake/Internal/History/
H A DNetwork.hs36 ,rqMethod = POST
/dports/devel/hs-shake/shake-0.19.6/src/Development/Shake/Internal/History/
H A DNetwork.hs36 ,rqMethod = POST
/dports/devel/hs-hasktags/hasktags-0.72.0/testcases/
H A Dtestcase1.hs11 data Request = Request2 { rqMethod::Method,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/Thrift/Transport/
H A DHttpClient.hs108 rqMethod = POST, function
/dports/devel/py-thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/devel/thrift-cpp/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/devel/thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/devel/node-thrift/thrift-0.14.0/lib/hs/src/Thrift/Transport/
H A DHttpClient.hs89 rqMethod = POST, function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/mattermost-api-50200.11.0/src/Network/
H A DMattermost.hs202 , rqMethod = POST function
943 , rqMethod = DELETE function
960 , rqMethod = GET function
1025 , rqMethod = POST function
1045 , rqMethod = PUT function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Http/
H A DServer.hs48 … (MonadSnap (..), Request, Response, Snap, rqClientAddr, rqHeaders, rqMethod, rqURI, rqVersion…
147 let method = bshow (rqMethod req)
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/HTTP-4000.3.15/Network/
H A DBrowser.hs915 method = if toGet then GET else rqMethod rq
916 rq1 = rq { rqMethod=method, rqURI=newURI_abs }
1086 GET -> Request { rqMethod=GET
1091 POST -> Request { rqMethod=POST
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HTTP-4000.3.14/Network/
H A DBrowser.hs915 method = if toGet then GET else rqMethod rq
916 rq1 = rq { rqMethod=method, rqURI=newURI_abs }
1086 GET -> Request { rqMethod=GET
1091 POST -> Request { rqMethod=POST
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HTTP-4000.3.16/Network/
H A DBrowser.hs915 method = if toGet then GET else rqMethod rq
916 rq1 = rq { rqMethod=method, rqURI=newURI_abs }
1086 GET -> Request { rqMethod=GET
1091 POST -> Request { rqMethod=POST
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HTTP-4000.3.16/Network/
H A DBrowser.hs915 method = if toGet then GET else rqMethod rq
916 rq1 = rq { rqMethod=method, rqURI=newURI_abs }
1086 GET -> Request { rqMethod=GET
1091 POST -> Request { rqMethod=POST
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HTTP-4000.3.15/Network/
H A DBrowser.hs915 method = if toGet then GET else rqMethod rq
916 rq1 = rq { rqMethod=method, rqURI=newURI_abs }
1086 GET -> Request { rqMethod=GET
1091 POST -> Request { rqMethod=POST
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A DAcidStateAdvanced.hs25 import Happstack.Server ( Happstack, HasRqData, Method(GET, POST), Request(rqMethod)

123