Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 19 of 19) sorted by relevance

/curl/tests/data/
H A Dtest11102 # Test that the fragment is not send as part of the path
27 HTTP GET with URL that contains a fragment after the query part
30 http://%HOSTIP:%HTTPPORT/%TESTNUMBER?q=foobar#fragment
H A Dtest11112 # Test that no fragment is not send as part of the path
27 HTTP GET with URL whose fragment contains a # (which is illegal)
30 http://%HOSTIP:%HTTPPORT/%TESTNUMBER?q=foobar#fragment#fragment2
H A Dtest11092 # Test that the fragment is not send as part of the path.
26 HTTP GET with URL that contains fragment after the path
H A Dtest97263fragment":null,"url.host":"127.0.0.1","url.options":null,"url.password":null,"url.path":"/%TESTNUM…
H A Dtest97062fragment":null,"url.host":"127.0.0.1","url.options":null,"url.password":null,"url.path":"/%TESTNUM…
H A Dtest42337 …}+%{url.path}+%{url.scheme}+%{url.user}+%{url.password}+%{url.port}+%{url.query}+%{url.fragment}\n'
H A Dtest141349 HTTP redirect with fragment in new URL
H A Dtest42454 …scheme}+%{urle.user}+%{urle.password}+%{urle.port}+%{urle.query}+%{urle.fragment}\n' -x http://%HO…
H A Dtest1538177 u17: No fragment part in the URL
180 u20: Bad fragment
/curl/docs/libcurl/
H A Dcurl_ws_send.md36 Send the specific message fragment over an established WebSocket
42 To send a (huge) fragment using multiple calls with partial content per
47 If not sending a partial fragment or if this is raw mode, *fragsize*
74 This is not the final fragment of the message, which implies that there is
75 another fragment coming as part of the same message where this bit is not set.
91 The provided data is only a partial fragment and there is more coming in a
93 fragment like this, the *fragsize* must be provided with the total
94 expected fragment size in the first call and it needs to be zero in subsequent
H A Dcurl_ws_meta.md68 When this frame is a continuation of fragment data already delivered, this is
69 the offset into the final fragment where this piece belongs.
73 If this is not a complete fragment, the *bytesleft* field informs about how
74 many additional bytes are expected to arrive before this fragment is complete.
90 This is not the final fragment of the message, it implies that there is
91 another fragment coming as part of the same message.
H A Dcurl_ws_recv.md35 Retrieves as much as possible of a received WebSocket data fragment into the
39 If there is more fragment data to deliver than what fits in the provided
H A Dcurl_url_get.md124 (before the possible fragment). An empty fragments part is one where there is
212 The initial hash sign that denotes the beginning of the fragment is a
213 delimiter only. It is not part of the fragment contents.
215 A not-present fragment returns *part* set to NULL.
217 A zero-length fragment returns *part* as NULL unless CURLU_GET_EMPTY is set.
H A Dlibcurl-ws.md60 about the fragment: type, offset, size and how much data there is pending to
107 the incoming data fragment.
H A Dlibcurl-url.md92 rc = curl_url_get(h, CURLUPART_FRAGMENT, &fragment, 0);
H A Dlibcurl-errors.md671 There is no fragment part in the URL.
683 The fragment part of the URL contained bad or invalid characters.
H A Dcurl_url_set.md157 The hash sign in the URL is not part of the actual fragment contents.
/curl/lib/
H A Durlapi.c80 char *fragment; member
100 free(u->fragment); in free_urlhandle()
1002 char *fragment = NULL; in parseurl() local
1241 if(fragment) { in parseurl()
1255 u->fragment = Curl_memdup0(fragment + 1, fraglen - 1); in parseurl()
1256 if(!u->fragment) { in parseurl()
1268 size_t qlen = fragment ? (size_t)(fragment - query) : in parseurl()
1404 DUP(u, in, fragment); in curl_url_dup()
1500 ptr = u->fragment; in curl_url_get()
1523 u->fragment ? u->fragment : ""); in curl_url_get()
[all …]
/curl/docs/cmdline-opts/
H A Dwrite-out.md276 ## `url.fragment`
277 The fragment part of the URL that was fetched. (Added in 8.1.0)
308 ## `urle.fragment`
309 The fragment part of the effective (last) URL that was fetched. (Added in 8.1.0)

Completed in 33 milliseconds