Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 141 for 404s (0.17 sec)

  1. docs/features/calls.md

    ## [Responses](https://square.github.io/okhttp/4.x/okhttp/okhttp3/-response/)
    
    The response answers the request with a code (like 200 for success or 404 for not found), headers, and its own optional body.
    
    ## Rewriting Requests
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 02:19:09 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  2. docs/de/docs/tutorial/response-status-code.md

    * **`400`** und darüber stehen für „Client error“-Responses („Client-Fehler“). Auch diese verwenden Sie am häufigsten.
        * Ein Beispiel ist `404`, für eine „Not Found“-Response („Nicht gefunden“).
        * Für allgemeine Fehler beim Client können Sie einfach `400` verwenden.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 02 02:32:57 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. docs/ru/docs/tutorial/response-status-code.md

    * **`4XX`** – статус-коды, сообщающие о клиентской ошибке. Это ещё одна наиболее часто используемая категория.
        * Пример – код `404` для статуса "Not Found".
        * Для общих ошибок со стороны клиента можно просто использовать код `400`.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Apr 25 18:44:34 UTC 2023
    - 7K bytes
    - Viewed (0)
  4. platforms/software/resources-http/src/test/resources/org/gradle/internal/resource/transport/http/nexus_dirlisting.html

                   
                </td>
              </tr>
                      <tr>
                <td>
                                  <a href="http://localhost:8081/nexus/content/repositories/central/junit/junit/4.0/">4.0/</a>
                              </td>
                <td>
                  Thu Jul 19 10:51:59 CEST 2012
                </td>
                <td align="right">
                                  &nbsp;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  5. src/runtime/mpallocbits_test.go

    		},
    	}
    	tests["OnlyStart"] = test{
    		free: []BitRange{{0, 10}},
    		hits: []PallocSum{
    			PackPallocSum(10, 10, 0),
    		},
    	}
    	tests["OnlyEnd"] = test{
    		free: []BitRange{{PallocChunkPages - 40, 40}},
    		hits: []PallocSum{
    			PackPallocSum(0, 40, 40),
    		},
    	}
    	tests["StartAndEnd"] = test{
    		free: []BitRange{{0, 11}, {PallocChunkPages - 23, 23}},
    		hits: []PallocSum{
    			PackPallocSum(11, 23, 23),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 17 22:00:17 UTC 2020
    - 13.7K bytes
    - Viewed (0)
  6. tests/integration/pilot/common/routing.go

    	matchers := []match.Matcher{match.RegularPod, match.NotWaypoint}
    
    	gatewayListenPort := 80
    	gatewayListenPortName := "http"
    	t.RunTraffic(TrafficTestCase{
    		name:             "404",
    		targetMatchers:   matchers,
    		workloadAgnostic: true,
    		viaIngress:       true,
    		config:           httpGateway("*", gatewayListenPort, gatewayListenPortName, "HTTP", t.Istio.Settings().IngressGatewayIstioLabel),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_darwin_arm64.go

    	SYS_WAIT4_NOCANCEL                 = 400
    	SYS_RECVMSG_NOCANCEL               = 401
    	SYS_SENDMSG_NOCANCEL               = 402
    	SYS_RECVFROM_NOCANCEL              = 403
    	SYS_ACCEPT_NOCANCEL                = 404
    	SYS_MSYNC_NOCANCEL                 = 405
    	SYS_FCNTL_NOCANCEL                 = 406
    	SYS_SELECT_NOCANCEL                = 407
    	SYS_FSYNC_NOCANCEL                 = 408
    	SYS_CONNECT_NOCANCEL               = 409
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  8. docs/pt/docs/tutorial/path-operation-configuration.md

    ## Código de Status da Resposta
    
    Você pode definir o `status_code` (HTTP) para ser usado na resposta da sua *operação de rota*.
    
    Você pode passar diretamente o código `int`, como `404`.
    
    Mas se você não se lembrar o que cada código numérico significa, pode usar as constantes de atalho em `status`:
    
    === "Python 3.8 and above"
    
        ```Python hl_lines="3  17"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Oct 17 05:59:11 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/advance.jsp

    						</option>
    						<la:option value="10">10</la:option>
    						<la:option value="20">20</la:option>
    						<la:option value="30">30</la:option>
    						<la:option value="40">40</la:option>
    						<la:option value="50">50</la:option>
    						<la:option value="100">100</la:option>
    					</la:select>
    				</div>
    				<div class="col-lg-4 d-none d-lg-flex align-items-center">
    				</div>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. src/runtime/sys_linux_mipsx.s

    #include "textflag.h"
    
    #define SYS_exit		4001
    #define SYS_read		4003
    #define SYS_write		4004
    #define SYS_open		4005
    #define SYS_close		4006
    #define SYS_getpid		4020
    #define SYS_kill		4037
    #define SYS_brk			4045
    #define SYS_mmap		4090
    #define SYS_munmap		4091
    #define SYS_setitimer		4104
    #define SYS_clone		4120
    #define SYS_sched_yield		4162
    #define SYS_nanosleep		4166
    #define SYS_rt_sigreturn	4193
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 18 20:57:24 UTC 2022
    - 9.7K bytes
    - Viewed (0)
Back to top